This utility allows you to update your profile information, photo, name, surname at a specified interval.
- Linux
- make ~4.3
- docker ~20.10
- docker-compose ~1.29
cp .env.example .env
Follow the instructions of the telegrams
Received api_id
and api_hash
set in .env
TELEGRAM_PROFILELESS_API_ID=<api_id>
TELEGRAM_PROFILELESS_API_HASH=<api_hash>
make login
Insert the resulting string in .env
TELEGRAM_PROFILELESS_API_SESSION=<string>
Provider | Source |
---|---|
arts-culture | https://source.unsplash.com/featured/?arts-culture |
cat-fake | https://thiscatdoesnotexist.com |
human-fake | https://thispersondoesnotexist.com/image |
space | https://source.unsplash.com/featured/?space |
random | random from above |
TELEGRAM_PROFILELESS_PROVIDER=<provider>
Recommended minimum interval 60 seconds
TELEGRAM_PROFILELESS_INTERVAL=<interval>
make run
make stop
Remove container
make down