Skip to content

Rud356/bad-apple-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Apple bot!

This is a fork of this repository: https://github.com/NPCat/bad-apple-bot

I've improved code readability, added a bit of configurability and better install guide.

How to install

Pre-requirements:

From repository

  1. Clone repository
  2. run cd bad-apple-bot and activate virtualenv if you have it (see guides)
  3. run pip install -r requirements.txt
  4. run python start.py
  5. You must see error that says to edit config - that's okay, check next step
  6. Move to bot/config and open config.json, then edit line "token": "DISCORD_TOKEN" by replacing DISCORD_TOKEN with previously copied token
  7. Get back to repository root and run python start.py again
  8. enjoy

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%