abayomi185/simple-pump-and-dump-bot

Request to prioritize telegram connection

calamarcus opened this issue · 12 comments

Hello again. It would be great if you could implement discord or telegram message scraper. I dont know which is faster to deliver messages, but in my case, i get the Telegram messages the fastest. maunally entering the coin is too slow.

Hey, I'm looking into this. I use Discord more than Telegram but I'm happy to add Telegram support too. I can't give an ETA on this though

If you're able to find resources (videos or node modules) on retrieving messages from Telegram and/or Discord, that would be helpful

https://github.com/yagop/node-telegram-bot-api

might be same as the npmjs link above

although this says is FAST.....which we want :-)

https://www.npmjs.com/package/@mtproto/core

This might be the one you need actually :-)

https://github.com/gram-js/gramjs

MTProto core seems like the module needed for Telegram. Thanks!