https://github.com/dantimofte/bfxtelegram
Control your bitfinex account using a telegram bot
https://github.com/dantimofte/bfxtelegram
bitcoin bitfinex bot iota telegram
Last synced: about 1 month ago
JSON representation
Control your bitfinex account using a telegram bot
- Host: GitHub
- URL: https://github.com/dantimofte/bfxtelegram
- Owner: dantimofte
- License: mit
- Created: 2018-07-28T11:43:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T06:06:43.000Z (about 7 years ago)
- Last Synced: 2026-01-03T09:12:06.032Z (6 months ago)
- Topics: bitcoin, bitfinex, bot, iota, telegram
- Language: Python
- Size: 119 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============
bfxtelegram
============
Control your bitfinex account using a telegram bot
======
Set-up
======
get a telegram bot token from `botfather `_
get api key and secret from `bitfinex `_
set all the environment variables from the `.env-example `_
List of public commands for BotFather:
::
start - /start : Initiate chat and check if the bot is running
auth - /auth you_bot_password
graph - /graph symbol (symbol is optional, default is iotusd)
orders - /orders (list of active orders)
neworder - /neworder ±volume price tradepair tradetype
newalert - /newalert tradepair price
set - /set option value
getbalance - /getbalance
enable - /enable message_type
disable - /disable message_type
calc - /calc "calculation"
help - /help "command"
=============
Demo
=============
.. image:: https://i.imgur.com/CbZTEtl.png
.. image:: https://i.imgur.com/ZK9vl7w.png
.. image:: https://i.imgur.com/SNNcR0p.png
.. image:: https://i.imgur.com/Pv5slp4.png
=============
Documentation
=============
Please check the `wiki `_