- Notifications
You must be signed in to change notification settings - Fork0
TalkyTrader Wiki
NotificationsYou must be signed in to change notification settings
talkytrader/wiki
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Connect CEX and DEX exchanges across multi messaging platforms.
Place order, inquire your balance and more through plugins.
Easily deploy via Docker on self-hosted platform or Paas.

Get started
- Create your channel/room and your platform bot
- Telegram viaTelegram @BotFather andcreate an API key
- Discord viaDiscord Dev portal
- Matrix viaMatrix.org
- Get your
- Create your config file settings.toml or use env variables
- Deploy via:
- docker
docker pull mraniki/tt:latest
ordocker pull ghcr.io/mraniki/tt:latest
- locally
git clone https://github.com/mraniki/tt:main
&&pip install -r .requirements/requirements.txt
- docker
- Start your container or if deployed locally use
python3 bot.py
to start - Try it now
settings example
<script src="https://emgithub.com/embed-v2.js?target=https%3A%2F%2Fgithub.com%2Fmraniki%2Ftt%2Fblob%2Fmain%2Fexamples%2Fexample_settings.toml&style=nnfx-dark&type=code&showBorder=on&showLineNumbers=on&showFullPath=on&showCopy=on"></script>Config
Plugins
Connect CEX and DEX exchanges across multi messaging platforms with plugin support. |
Find My order, a parsing package to find trading order |
Swap made easy Trade on any blockchains with uniswap based router or 0x protocol. |
A python package to listen to messaging platforms, such as discord, telegram and matrix |
Retrieve asset trend and economic data. Trading view connectivity with signal News connectivity FOMC reminder |
Interact with LLM in simple way. |
Use a testnet account or USE AT YOUR OWN RISK. Never share your private keys or API secrets.
Never use your main account for automatic trade.
DYOR.
About
TalkyTrader Wiki