This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Scrape Torob API using curl_cffi to monitor product prices with Telegram and Bale alerts. | |
| Installation: | |
| pip install curl_cffi | |
| Configuration: | |
| Create a 'config.json' file in the same directory: | |
| { | |
| "bale_bot_token": "YOUR_BALE_TOKEN", |