cgomes-pt / JBB.py

Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBB.py

Discord bot programmed in Python

Getting Started

Setting up

Credentials

  • Get a discord bot Token and place it into a text file named auth
  • Get a access key to wolfram alpha and place the key in a file named WA_KEY
  • Get acess to google via client_secret.json

Automatic

sh run.sh
  • follow the instructions on screen to activate the access to google calendar

Manual

  • Create a virtual env
virtualenv .env
  • Activate the virtual env
source .env/bin/activate
  • Install all dependencies
pip install -r requirements.txt --upgrade
Update dependencies

pip3 freeze > requirements.txt

  • Run the Bot
python bot.py
  • follow the instructions on screen to activate the access to google calendar

Built With

Contribuitors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Discord bot

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%