Skip to content

General purpose discord bot which supports multimedia commands as well as the latest COVID statistics.

Notifications You must be signed in to change notification settings

ymercad0/AkamatsuBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkamatsuBot

Python Discord PRAW/async Matplot BeautySoup License ID

AkamatsuBot Logo

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.

Commands

General

  • The bot's prefix is a!. Every command must be prefixed by this.
  • a!help brings up a list of available commands!

Animal Commands

  • a!<animal> displays a random image of a supported animal.

Reddit Commands

  • a!sub <subreddit> displays the top posts for the given subreddit. Navigate with the paginator reaction arrows! a!meme and a!sub each display a single post.

COVID Commands

  • 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.

Running and more

The bot can be invited to a server via the following link. Alternatively, one could install and run the bot themselves.

Running the bot locally

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.

About

General purpose discord bot which supports multimedia commands as well as the latest COVID statistics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages