Titan/discordbot
2021-06-01 14:12:31 -07:00
..
titanembeds Fix datetime reporting for servers of all timezones 2021-06-01 14:12:31 -07:00
cleanup_db_messages.py Run until complete on the cleanup function 2018-06-28 05:33:11 +00:00
config.example.py Use webapp secret instead of bot token 2018-08-10 04:22:24 +00:00
fetch_last_messages.py Fix channel history typo 2018-03-24 18:20:21 +00:00
README.md Minimum python 3.6 2019-03-17 09:38:19 +00:00
run.py Fix status code not print bug 2020-02-17 18:10:24 -08:00

Titan - DiscordBot Portion

The DiscordBot portion handles the communcation with Discord's websockets to provide real-time updates. The bot's primary role is to push content to the webapp's database to be retrieved at a later time. It also includes misc. features to moderate guest users, etc. right in your discord server!

Installation

  1. Clone the repo (make sure you have Python 3.6.8 (or above) installed on your system.)
  2. Clone config.example.py and rename it to config.py. Edit the file to your standards
  3. Start the bot using python run.py