https://github.com/alihtt/telegramcryptokeeper
A crypto keeper that can receive cheques and tokens from joined channels. like: wallet token
https://github.com/alihtt/telegramcryptokeeper
Last synced: 8 months ago
JSON representation
A crypto keeper that can receive cheques and tokens from joined channels. like: wallet token
- Host: GitHub
- URL: https://github.com/alihtt/telegramcryptokeeper
- Owner: Alihtt
- License: mit
- Created: 2024-01-10T17:11:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T13:22:25.000Z (over 2 years ago)
- Last Synced: 2025-01-09T17:13:26.562Z (over 1 year ago)
- Language: Python
- 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 Crypto Keeper
This script is designed receive cheques and tokens like wallet token from joined channels
### 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'
```
### 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.