Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustaceanrob/based
discord bot
https://github.com/rustaceanrob/based
Last synced: 13 days ago
JSON representation
discord bot
- Host: GitHub
- URL: https://github.com/rustaceanrob/based
- Owner: rustaceanrob
- License: mit
- Created: 2023-12-14T06:40:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T21:09:45.000Z (12 months ago)
- Last Synced: 2024-10-31T14:07:08.261Z (2 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Based Bot
![gigachad](https://github.com/rustaceanrob/based/assets/102320249/1ba9d7c1-e8f7-4cc3-ac11-24bd774bf2be)
type `$based` in the chat to see a list of commands
## Self Hosting
Install python
`git clone https://github.com/rustaceanrob/based.git`
`cd based`
Set a lot of environment variables in a folder called `.env`. You'll need an `APEX_TOKEN`, `OPEN_AI_TOKEN`, `METAPHOR_TOKEN` from Metaphor, `SPORTS_TOKEN` from The Odds API, and lastly your discord token as `DISCORD_TOKEN`
`pip install -r requirements.txt`
`python3 main.py`