Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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