Skip to content

jclark1913/michigan-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michigan Fact Bot


View documentation »

Discord invite link · Report Bug · Request Feature

Top Languages GitHub repo size GitHub code size in bytes GitHub contributors GitHub last commit GitHub issues GitHub

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

Product Name Screen Shot

Michigan Bot is a simple discord bot I built to educate/annoy my friends. Invite it to your server and any time someone mentions "Michigan" the bot responds with trivia about the state. The bot itself is written in Python using the discord.py library, while the facts themselves are accessed via an API I built in Typescript.

(back to top)

Built With

Python

(back to top)

Getting Started

You can invite Michigan Bot to your server using this invite link.

If you want to build from source and create your own version, you'll need to set up an app and get a bot token in your personal discord account first.

To run the bot locally:

  1. Clone repo and set up .env
git clone https://github.com/jclark1913/michigan-bot
cd michigan-bot
touch .env
  1. Add the following to your .env:
DISCORD_TOKEN = YOUR_DISCORD_TOKEN_HERE
  1. Set up virtual environment (optional but recommended)
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies
pip3 install -r requirements.txt
  1. Run
python3 bot.py

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Justin Clark - @JustinClarkJO - jclarksummit AT gmail DOT com

Project Link: https://github.com/jclark1913/michigan-bot

(back to top)

Acknowledgments

(back to top)

Releases

No releases published

Packages

No packages published

Languages