Skip to content

Simple telegram userbot that turn your bio to clock

License

Notifications You must be signed in to change notification settings

vergoboy/tg-bio-time-bot

 
 

Repository files navigation

Telegram bio time Bot

Telegram userbot based on 'telethon' library that change your bio every minute by pattern

Install

Download repo

git clone https://github.com./farneser/tg-bio-time-bot
cd tg-bio-time-bot

Create telegram session by login to your telegram account using telethon login

./generate-session.sh

Run bot with docker-compose

docker-compose up -d --build

Configuration

  1. TIME_ZONE - your timezone like Europe/Minsk
  2. BIO_PATTERN - pattern of your bio with {TIME} variable (example: "my local time is {TIME}")

About

Simple telegram userbot that turn your bio to clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.7%
  • Shell 21.2%
  • Dockerfile 9.1%