Skip to content

Discord bot serving random quotes from the tv-show "The Office"

Notifications You must be signed in to change notification settings

Ibinola/thatswhatshebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

████████╗██╗  ██╗ █████╗ ████████╗███████╗██╗    ██╗██╗  ██╗ █████╗ ████████╗
╚══██╔══╝██║  ██║██╔══██╗╚══██╔══╝██╔════╝██║    ██║██║  ██║██╔══██╗╚══██╔══╝
   ██║   ███████║███████║   ██║   ███████╗██║ █╗ ██║███████║███████║   ██║   
   ██║   ██╔══██║██╔══██║   ██║   ╚════██║██║███╗██║██╔══██║██╔══██║   ██║   
   ██║   ██║  ██║██║  ██║   ██║   ███████║╚███╔███╔╝██║  ██║██║  ██║   ██║   
   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝ ╚══╝╚══╝ ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   
                                                                             
███████╗██╗  ██╗███████╗██████╗  ██████╗ ████████╗                           
██╔════╝██║  ██║██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝                           
███████╗███████║█████╗  ██████╔╝██║   ██║   ██║                              
╚════██║██╔══██║██╔══╝  ██╔══██╗██║   ██║   ██║                              
███████║██║  ██║███████╗██████╔╝╚██████╔╝   ██║                              
╚══════╝╚═╝  ╚═╝╚══════╝╚═════╝  ╚═════╝    ╚═╝                           
                                                                             

Table of Contents

Installation

First, clone the repository:

git clone https://github.com/Ibinola/your-repo-name.git
cd your-repo-name

Then install necessary packages

pip install discord requests python-dotenv

Configuration

Create a .env file in the project directory and add your Discord bot token:

TOKEN=your_discord_bot_token

Bot in action

bot-replying-to-a-quote-command

Running the bot

python bot.py

Development setup

Clone this repo and install packages

git clone https://github.com/Ibinola/your-repo-name.git
cd your-repo-name
pip install -r requirements.txt

Meta

Michael Ibinola – [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/Ibinola/

TODO:

  • Host somewhere
  • explore more features?
  • add slash command
  • handle errors properly
  • write tests

About

Discord bot serving random quotes from the tv-show "The Office"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages