An open API service indexing awesome lists of open source software.

https://github.com/jacksors/quotesbot

Discord bot that logs user submitted quotes and allows users to interact with them.
https://github.com/jacksors/quotesbot

bot discord discord-bot discord-py discordbot hikari hikari-lightbulb hikari-py python python3

Last synced: 2 months ago
JSON representation

Discord bot that logs user submitted quotes and allows users to interact with them.

Awesome Lists containing this project

README

        

# QuotesBot

My hosted implementation of this bot (up 24/7): [Add to your server](https://top.gg/bot/799028695368073255)

## Prerequisits

+ `Hikari`
+ `Hikari Lightbulb`
+ `Pymongo`
+ `uvloop` if running on *nix

## Setup

+ Install the required libraries with `pip install -r requirements.txt`
+ Rename config.example.json to config.json and fill in all of the fields
+ Run the bot with `python3 -m quotesbot`