Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxtlo/fated
A hikari, Tanjun Discord bot.
https://github.com/nxtlo/fated
aiobungie destiny2 hikari-py hikari-tanjun
Last synced: 2 months ago
JSON representation
A hikari, Tanjun Discord bot.
- Host: GitHub
- URL: https://github.com/nxtlo/fated
- Owner: nxtlo
- License: mit
- Created: 2021-08-29T22:43:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T03:29:09.000Z (9 months ago)
- Last Synced: 2024-04-30T05:21:58.683Z (9 months ago)
- Topics: aiobungie, destiny2, hikari-py, hikari-tanjun
- Language: Python
- Homepage:
- Size: 369 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fated
General purpose Discord bot built with hikari and Tanjun.This was originally made for testing [aiobungie](https://github.com/nxtlo/aiobungie)
## Requirements
- Python >= 3.10
- PostgreSQL >=13, Used for storing muted members information and Destiny 2 memberships.
- Redis >= 6, Used for storing custom prefixes, and OAuth2 tokens. _Optional_.You'll also need to make the user and database from psql yourself.
## Running
- Configs found [here](https://github.com/nxtlo/Fated/blob/master/core/std/config.example.py).
- Requirements `python -m pip install -r requirements.txt`
- Init the database `python run.py db init`
- Run redis `redis-server &`
- Run the bot `python run.py`