AkamatsuBot is a general purpose Discord bot built via discord.py featuring multimedia integration, admin commands, and a COVID statistics displayer. A list of available commands, along with screenshots and an invite link, is shown below. The bot currently runs on a Raspberry Pi 3.
- The bot's prefix is
a!
. Every command must be prefixed by this. a!help
brings up a list of available commands!
-
a!sub <subreddit>
displays the top posts for the given subreddit. Navigate with the paginator reaction arrows!a!meme
anda!sub
each display a single post.
- Use
a!countries
to view the countries supported! a!spread
will demonstrate that countries current statistics. Sift through the supported countries with the paginators arrows.
The bot can be invited to a server via the following link. Alternatively, one could install and run the bot themselves.
First, clone the repository on a computer and install the library requirements.
> git clone https://github.com/Mercrist/AkamatsuBot.git
> pip3 install -r requirements.txt
Secondly, a config file must be manually created. config.py
must have the following format:
token= "Discord token from developer portal"
prefix = "a!"
#for PRAW
ID = "Bot's ID"
secret = "Snag from reddit's bot portal"
passwd = "The bot account's password"
username = "Avccount username"
agent = "The bot's unique identifier"
Refer to the documentation for both PRAW and Discord's Developer Portal for more info on how to fill out these fields.