Skip to content

kdimentionaltree/ton-vs-bot

 
 

Repository files navigation

TON VS Bot

Instruction

Setup bot

  • Place telegram token in private/telegram_token and postgres password in private/postgres_password.
  • Build image: docker-compose build
  • Run: docker-compose up -d

Setup backups

  • Place postgres password to private/postgres_password.
  • Add line 0 0 * * * `pwd`/backup.sh to crontab: crontab -l | { cat; echo "0 0 * * * `pwd`/backup.sh `pwd`/private/postgres_password"; } | sudo crontab -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%