Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
/ telegram-profileless Public archive

This utility allows you to update your profile information, photo, name, surname at a specified interval.

License

Notifications You must be signed in to change notification settings

azate/telegram-profileless

Repository files navigation

Telegram profileless

This utility allows you to update your profile information, photo, name, surname at a specified interval.

Requirements

  • Linux
  • make ~4.3
  • docker ~20.10
  • docker-compose ~1.29

Usage

Copy env

cp .env.example .env

Create Telegram Application

Follow the instructions of the telegrams

Set env variables

Received api_id and api_hash set in .env

TELEGRAM_PROFILELESS_API_ID=<api_id>
TELEGRAM_PROFILELESS_API_HASH=<api_hash>

Get session

make login

Insert the resulting string in .env

TELEGRAM_PROFILELESS_API_SESSION=<string>

Set other env variables

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>

Run

make run

Stop

make stop

Down

Remove container

make down