Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Codaone/BitShares-Telegram-notifier
A very simple BitShares Telegram notifier when followed account orders are filled
https://github.com/Codaone/BitShares-Telegram-notifier
Last synced: about 2 months ago
JSON representation
A very simple BitShares Telegram notifier when followed account orders are filled
- Host: GitHub
- URL: https://github.com/Codaone/BitShares-Telegram-notifier
- Owner: Codaone
- License: mit
- Created: 2018-10-14T10:06:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:57:49.000Z (about 2 years ago)
- Last Synced: 2024-08-04T03:03:31.070Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 6
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitshares - Telegram notifier - a simple bitshares telegram notifier (Libraries / Tools and Scripts)
README
# Very simple bitshares telegram notifier
- Follows multiple account
- Filled orders on followed account will be notified to telegram
- The message format is (at least for now): "**xxxx:** sold x.xxxx BTS x.xxxx USD @ x.xxxxx USD/BTS"# Requirements
- Needs to be running on server or computer which is always on
- You need to create telegram bot account
- Set up config file# Installation
- First run `python3 -m pip install --user -r requirements`
- Find `@BotFather` from telegram to create bot account
- Copy `config.py.sample` as `config.py` and add the bot secret
- Run `python3 chatid.py` then on telegram find your bot chat and click start
- Get the chat id to config.py
- Stop the chatid.py and add account to follow in config.py
- Run `python3 main.py` and let it run to get notifications# Contributing
- Feel free to open pull requests or add an issue