https://github.com/alihtt/selftimebio
Auto now time changer for telegram bio
https://github.com/alihtt/selftimebio
Last synced: 8 months ago
JSON representation
Auto now time changer for telegram bio
- Host: GitHub
- URL: https://github.com/alihtt/selftimebio
- Owner: Alihtt
- License: mit
- Created: 2023-12-26T12:14:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T11:00:09.000Z (over 2 years ago)
- Last Synced: 2025-01-09T17:13:28.033Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Time Bio
This script is designed to update your Telegram profile status every minute and display the time along with the user's chosen timezone in the profile status.
### Installation
To install the required packages, you can use the `requirements.txt` file provided. Make sure you have Python and pip installed on your system.
Install the required packages:
```bash
pip install -r requirements.txt
```
### Configuration
Before running the script, you need to set up your Telegram API credentials (api_id and api_hash and phone_number) in the `config.py` file. Additionally, you can define your default timezone in the same file.
```python
# config.py
api_id =
api_hash = ''
phone_number = 'your_phone_number'
time_zone = 'your timezone'
```
### Execution
To run the script, execute the `main.py` file. Afterward, your Telegram profile status will be updated every minute, showing the time along with the selected timezone.
```bash
python main.py
```
### Stopping Execution
To stop the script's execution, you can use the Ctrl + C keys in the terminal.
### Note
- Ensure that your Telegram API authentication details are correctly set up in the `config.py` file and never share them with others.
### Warning
Continuous and unauthorized use of this script might violate Telegram API terms of service and lead to issues with your account. Please use this script with caution and in compliance with the regulations. The script author bears no responsibility for improper use of this script.