Author

Topic: Telegram-Kraken-Bot - trade on Kraken via Telegram (Read 341 times)

newbie
Activity: 15
Merit: 15
September 03, 2021, 07:07:54 AM
#2
Hi mate thanks for your code good job
I updated and add functions for work with las python-telegram-bot versions.
Now you can trade with more currencys and have alerts system.
This bot is really very useful and I use it daily so I have taken the time to update it and add functions.
Thanks for everything friend  Smiley

https://github.com/reproteq/TelegramKrakenBot

newbie
Activity: 11
Merit: 0
Hey guys,

i wrote a Python bot so that i can trade on Kraken while i'm on the go. No need to login to the Kraken website and trade there (that's really some hardcore shit if you try that on your mobile). It actually turned out that it is also quite nice to use Telegram on a desktop machine to trade comfortably, so this is not only for mobiles.

Link: https://github.com/Endogen/Telegram-Kraken-Bot

Here are a few features:
- Open source - you can grab the code and start doing what ever you like with it!
- I can't fuck you up since this is a Telegram bot that you have to host yourself, no connection to me
- You can trade without logging in to Kraken. Trade immediately, always
- Bound to a specific Telegram user - only that user can use the bot
- Integrated update mechanism to newest GitHub version of the script (you can use my repository but you can update from your own repo too)
- Notifies you once an order is closed and the trade successfully executed
- Fully usable with buttons (custom keyboard) - no need to enter commands manually
- Following Kraken functionality is implemented right now
    - Create a buy / sell order (type limit)
    - Lookup current trade price for currencies
    - Show all your assets and how much volume is available (and not bound to an open order)
    - Current market value of a single asset or all assets combined
    - Show / close open orders
- You can check for updates, update to newest version, restart or shutdown the bot
- Display real time charts for all supported currencies (same as the Kraken charts - TradingView Charts)
- Show history of closed trades
- Possibility to sell all your assets immediately for the current market value
- Following currencies are supported as of now
    - Bitcoin
    - Litecoin
    - Monero
    - Ripple
    - Ethereum

Currently i'm adding a "funding" command so that it is possible to withdraw your funds (showing wallet addresses to deposit is already working). In the near future i will create a web-hook version of the bot and support more currencies.

I'm interested to hear what you guys think and if someone has a nice feature request, critique or interesting idea, just get it out already! Wink I' using the bot myself and since it's a huge help for me i thought other people might enjoy it too.

BTW: I'm a Software Engineer but not a Python developer so please chill-out after looking at my code Cheesy And if you really think this stuff helped you, you could donate what ever you like to this Bitcoin wallet:
Code:
1M4qFuDndPXabfg2Qj69bug9V13Fja2iwT

Cheers,
Endogen
Jump to: