abayomi185 / simple-pump-and-dump-bot

Simple pump-and-dump bot for Binance and Kucoin Cryptocurrency Exchange
Apache License 2.0
78 stars 21 forks source link

Request to prioritize telegram connection #29

Open calamarcus opened 3 years ago

calamarcus commented 3 years ago

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.

abayomi185 commented 3 years ago

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

abayomi185 commented 3 years ago

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

calamarcus commented 3 years ago

Hi alright found a few..

https://stackoverflow.com/questions/46117493/telegram-api-how-do-i-get-messages-from-a-public-channel-which-i-am-not-partic

https://core.telegram.org/method/channels.getMessages


https://core.telegram.org/api/obtaining_api_id

and perhaps this

https://www.npmjs.com/package/telegram-bot-api

calamarcus commented 3 years ago

https://www.npmjs.com/search?q=keywords:telegram%20client

calamarcus commented 3 years ago

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

might be same as the npmjs link above

calamarcus commented 3 years ago

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

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

calamarcus commented 3 years ago

and discord.

https://www.npmjs.com/search?q=discord

calamarcus commented 3 years ago

https://javascript.plainenglish.io/nodejs-telegram-bot-5e372f67f57

calamarcus commented 3 years ago

This might be the one you need actually :-)

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

calamarcus commented 3 years ago

and this one for discord

https://www.npmjs.com/package/discord-client-api

abayomi185 commented 3 years ago

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

calamarcus commented 3 years ago

Perhaps something here to skip reinventing code?

https://stackoverflow.com/questions/64594824/mtproto-core-telegram-replay-to-another-channel