Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`