Skip to content

aa-forks/owntinfoil

 
 

Repository files navigation

OwnTinfoil in Docker

GitHub Container Registry Build

Port on Python of the OwnTinfoil project.

More info you can find in project's Wiki

Usage

Requirements:

Install:

  1. Copy the docker-compose.yml file in your own directory
  2. Edit the file and change the BOT_URL and BOT_KEY (if you have it) variables.
  3. Run docker-compose up -d
  4. Enjoy!

How to ...

You can read the Wiki page for more information.

Also, you can read the FAQ page for more information.

Development

Requirements:

How to install

  1. Clone the repository
  2. Run poetry install
  3. Enjoy!

How to run

  1. Add the BOT_URL and BOT_KEY (if you have it) variables in the .env file.
  2. Run poetry run python -m app
  3. Enjoy!

License

MIT

About

Port on Python of the OwnTinfoil project.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 87.0%
  • Dockerfile 13.0%