Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseydudin/showcase-bot
Showcase bot for discord
https://github.com/eliseydudin/showcase-bot
Last synced: about 2 months ago
JSON representation
Showcase bot for discord
- Host: GitHub
- URL: https://github.com/eliseydudin/showcase-bot
- Owner: eliseydudin
- Created: 2024-10-25T16:20:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T16:21:32.000Z (3 months ago)
- Last Synced: 2024-10-26T23:07:56.759Z (3 months ago)
- Language: Python
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showcase Bot
![](https://github.com/eliseydudin/showcase-bot/blob/main/thumbnail.gif)# How to install?
1. Get [uv](https://github.com/astral-sh/uv)
2. Do `uv venv` and `uv sync`
3. Create a `.env` file, and put there the bot's `TOKEN`, and ids of the channels you want to post from/to (`POST_FROM_ID`, `POST_TO_ID`)
It will look something like this:
```toml
TOKEN = "yourdiscord.token"
POST_FROM_ID = "1274282222346059028"
POST_TO_ID = "1274282259637239684"
```
4. Do `uv run src/showcase_bot/__init__.py`If you want the bot to run 24/7 then I recommend you also get [supervisor](https://github.com/Supervisor/supervisor)