Files
ich_iel-Bot/README.md
T
Michelle 2adec3b76c
Build and publish ich_iel bot / build (push) Successful in 1m39s
update installation instructions and compose file
2026-04-18 13:02:45 +02:00

25 lines
419 B
Markdown

# ich_iel-Bot
A bot for Fluxer which posts a post from ich_iel every hour.
## Installation:
Clone repo:
```
git clone https://git.scrunkly.cat/Michelle/ich_iel-Bot.git
```
Check .env file and add your FLUXER_TOKEN.
Then start the container:
```
docker compose up -d
```
Or if you prefer running it without docker:
```
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
```