/talky

Primary LanguageAstroMIT LicenseMIT

🗿 TalkyTrader

talky

Features


ℹ️ Information is available on the different talky modules

🐛 If you find an issue you'd like to report, or otherwise have feedback, please add a new Issue

🧑‍💻 If you'd like to contribute, please start by creating or commenting on an issue so we can track the work.

💬 Share your feedback and connect on

🍩 If you like it, feel free to

⚠️ This is an education tool and should not be considered professional financial investment system nor financial advice. Use a testnet account or USE AT YOUR OWN RISK. For DEX, Never share your private keys. NEVER use your main account for automatic trade


Get started
  1. Create your channel/room and your platform bot

  2. Get your

    • CEX API Keys supported by CCXT or
    • DEX wallet address and private key
  3. Create your config /app/settings.toml or prepare your env variable

  4. Deploy via:

    • docker docker pull mraniki/tt:latest or docker pull ghcr.io/mraniki/tt:latest
    • locally git clone https://github.com/mraniki/tt:main && pip install -r requirements.txt
  5. Start your container or if deployed locally use python3 bot.py to start

  6. Documentation available on WikiStart your container or if deployed locally use python3 bot.py to start


Commands

https://github.com/mraniki/tt/blob/5b62d588ead6bc2dcd850cfede26e59c4e648d3a/tt/talky_settings.toml#L46

  • /bal Query user account exchange balance
  • /trading Disable or Enable trading
  • /q wBTC retrieve the lastest asset quote
  • sell BTCUSDT sl=6000 tp=4500 q=1%, sell BTCUSDT or any order matched by FindMyOrder module. Default order identifier are buy, sell, long and short but can be modified as a setting.

Configuration

https://github.com/mraniki/tt/blob/5b62d588ead6bc2dcd850cfede26e59c4e648d3a/tt/talky_settings.toml#L1


Deploy


Module

Talky

Submit trading order to CEX & DEX with multi messaging platform and plugin support

FindMyOrder

Find that order

DXSP

Swap made easy https://talkyuniverse.readthedocs.io/projects/dxsp/

IamListening

Build a chat listener bot

TalkyTrend

Get the trend


Demo

222953459-0aaf024b-4d7b-4a57-b31b-7cab08f3c0d3

Frequently Asked Questions

Contributing

Acknowledgements