CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 269 forks source link

Minimal script, to watch tickers and get notified in telegram bot!! #28

Closed sonic182 closed 2 years ago

Jujubalandia commented 2 years ago

Hi guys

Nice job

@sonic182

I need help if you can.

I couldn't figure it out but the telegram bot functionality doesn't work for me.

chat.send_message( f"starting binance watcher in {socket.gethostname()}, current number of coins: {len(coins)}" )

I can't find chat id I guess I'm receiving this error message

Exception has occurred: BadRequest Chat not found

I already set a bot in the telegram of course and added it to a chat and to a group but some conditions or configurations about the chat_id are missing or I misunderstood