An open API service indexing awesome lists of open source software.

https://github.com/carlosmiei/tron-watcher

Receive an email notification whenever your TRON USDT address receives a deposit or makes a withdrawal
https://github.com/carlosmiei/tron-watcher

crypto tron usdt watcher

Last synced: 6 months ago
JSON representation

Receive an email notification whenever your TRON USDT address receives a deposit or makes a withdrawal

Awesome Lists containing this project

README

          

# USDT TRON Watcher (through gmail)

This simple script allows you to get an email notification every time your account gets a deposit or makes a withdrawal. I decided to create it because the notify functionality from Tron Explorer does not work correctly. In order to get the email notification, you need a Gmail account and create a Gmail app password, the account's password does not work anymore. See how to make one [here] (https://www.getmailbird.com/gmail-app-password/).

### How to use
- Opem `main.py` and fill in `SENDER_EMAIL` `SENDER_PASSWORD`, `RECIPIENTS` and `ACCOUNT`
- Install dependencies
- run `python main.py`

### Sample email
- After configuring everything correctly, you will receive updates like this one:
![sampleBotEmail](https://user-images.githubusercontent.com/43336371/236694054-769378a3-c70e-4e3f-977b-d336cf2432fb.png)