Dynamic Telegram Profile Updater
Automatically updates your profile picture and bio with the current time
- 🖼 Dynamic profile picture with current time
- 🧠 Updates bio with styled time every minute
- 🎨 Beautiful image backgrounds & custom fonts
- 🌐 Localized to Asia/Tehran timezone
- 💻 Fully customizable and open-source
pip install telethon pillow pytz-
Get your API ID and API Hash from my.telegram.org.
-
Open the script and insert them:
api_id = YOUR_API_ID
api_hash = "YOUR_API_HASH"- Run the bot:
python Time-Profile.pyOn first run, Telegram will ask for your phone number and login code.
- Change background images in the
photos/folder - Replace font with your own in
data/3.ttf - Edit the base bio here:
bio = "Desires do not die before God | Time:"Time-Profile/
├── photos/ ← Background images
├── data/
│ ├── 3.ttf ← Font file
│ └── Time.jpg ← Generated profile image
├── Time-Profile.py
└── README.md
Made with ❤️ by @Dev_Scorpian
Telegram bot dev? Let's connect and build cool stuff!
This script uses official Telegram API via Telethon.
Avoid using it with spammy accounts. Run responsibly.
If you like it, give it a ⭐️ on GitHub and share it with others!
