Port on Python of the OwnTinfoil project.
More info you can find in project's Wiki
- Copy the docker-compose.yml file in your own directory
- Edit the file and change the
BOT_URL
andBOT_KEY
(if you have it) variables. - Run
docker-compose up -d
- Enjoy!
You can read the Wiki page for more information.
Also, you can read the FAQ page for more information.
- Python 3.11
- Poetry 1.7.1
- Docker (optional)
- Clone the repository
- Run
poetry install
- Enjoy!
- Add the
BOT_URL
andBOT_KEY
(if you have it) variables in the.env
file. - Run
poetry run python -m app
- Enjoy!