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.
- Host: GitHub
- URL: https://github.com/jacksors/quotesbot
- Owner: jacksors
- License: gpl-3.0
- Created: 2021-01-15T22:21:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T23:48:38.000Z (about 2 years ago)
- Last Synced: 2025-04-13T22:14:30.270Z (2 months ago)
- Topics: bot, discord, discord-bot, discord-py, discordbot, hikari, hikari-lightbulb, hikari-py, python, python3
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`