Coder Social home page Coder Social logo

jimbot's Introduction

JimBot (Working title.)

Multifunction Discord bot written in Python, using Discord.py

Built from the ground up to replace a bot I run for a private discord server that was using a very outdated Javascript wrapper.

Has several cogs with a multitude of functions ranging from memes/tags, searching Google's APIs, games, and more. All of these cogs were written by me, with the one exception of the cog 'cliffnet.py', which was written by friends of mine for coding practice. The commands in that cog are set up only to work on one specific server for them to test.

The bot is not specifically set up for public use on a large amount of servers, though theoretically it should support that - mostly.
If you want to run an instance of JimBot for yourself, then you need only to clone this repository and fill in the appropriate keys into config.json. An example file is provided, simply plug in your keys and remove EXAMPLE from the filename.

You will require a Discord bot token, placed in the "token" field in config.json
Certain Cogs also require API keys, placed in their appropriate fields in config.json.
These are:

  • Google Cog - Requires a Google API key, and a Google Custom Search Engine key.
  • Weather Cog - Requires an OpenWeatherMap.org API key.
  • Food Cog - Requires a Spoonacular.com API key.

You need not provide these keys if you plan on disabling the above cogs.

Once that is configured you need only run bot.py in the root directory.

Dependencies

Several python packages outside of those included with Python are required for this to run. Install these with pip install packagename.

  • discord.py
  • requests
  • gspread
  • oauth2client
  • pandas
  • lxml
  • google-api-python-client
  • googletrans
  • emoji
  • Pillow
  • pycountry
  • beautifulsoup4

Made With

Made with Python 3.8
discord.py

jimbot's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

pydist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.