Maki is a Discord bot that does things. Written in Python 3 and relies on Discord.py API implementation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 756B

1234567891011121314151617181920212223
  1. # Maki - Discord bot written in Python
  2. ### The discord bot that does things.
  3. ---
  4. ## Running Maki
  5. Maki uses Python 3.4 with discord.py. Install python3.4 and use pip to install asyncio and discord.py.
  6. To run Maki, simply run bot.py.
  7. ## Required Files
  8. - You will require a Discord Application for Maki to use, the token for which should be stored in a file called secret.py:
  9. ```python
  10. token = '<Discord Application Token>'
  11. lfmkey = '<last.fm API key>'
  12. steamkey = '<Steam API key>'
  13. ```
  14. - Maki uses JSON files to store data persistently. These will be created automatically in a data directory.
  15. ## License
  16. Copyright 2018, Zac Herd.
  17. All Rights Reserved.
  18. Licensed under the BSD 3-clause License.
  19. See LICENSE.md for a full copy of the license text.