Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0wer/shitcoins.club_alerts
Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.
https://github.com/m0wer/shitcoins.club_alerts
alert atm crypto cryptocurrency shitcoins telegram-bot usdt
Last synced: 8 days ago
JSON representation
Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.
- Host: GitHub
- URL: https://github.com/m0wer/shitcoins.club_alerts
- Owner: m0wer
- Created: 2023-10-27T15:54:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-13T08:09:21.000Z (4 months ago)
- Last Synced: 2024-10-11T18:14:46.028Z (about 1 month ago)
- Topics: alert, atm, crypto, cryptocurrency, shitcoins, telegram-bot, usdt
- Language: Python
- Homepage: https://t.me/shitcoins_club_alerts
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shitcoins.club Telegram Bot for alerts
Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.
## Run it
```bash
docker run \
-e TG_TOKEN=something \
-e TG_CHANNEL_ID=@your_channel_or_chat_id \
-v /path/to/your/data:/data \
-it \
--rm \
--name shitcoins-club-alerts \
ghcr.io/m0wer/shitcoins.club_alerts:master
```Add it to a cron or something:
```
0 * * * * docker run ...
```