simple-pump-and-dump-bot icon indicating copy to clipboard operation
simple-pump-and-dump-bot copied to clipboard

Request to prioritize telegram connection

Open calamarcus opened this issue 3 years ago • 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.

calamarcus avatar May 20 '21 19:05 calamarcus

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 avatar May 20 '21 19:05 abayomi185

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

abayomi185 avatar May 21 '21 08:05 abayomi185

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 avatar May 21 '21 08:05 calamarcus

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

calamarcus avatar May 21 '21 09:05 calamarcus

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

might be same as the npmjs link above

calamarcus avatar May 21 '21 09:05 calamarcus

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

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

calamarcus avatar May 21 '21 09:05 calamarcus

and discord.

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

calamarcus avatar May 21 '21 09:05 calamarcus

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

calamarcus avatar May 21 '21 14:05 calamarcus

This might be the one you need actually :-)

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

calamarcus avatar May 21 '21 14:05 calamarcus

and this one for discord

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

calamarcus avatar May 21 '21 14:05 calamarcus

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

abayomi185 avatar May 21 '21 18:05 abayomi185

Perhaps something here to skip reinventing code?

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

calamarcus avatar May 24 '21 11:05 calamarcus