I want to create a bot that reads the latest messages from a telegram channel, visits the link from it, then purchases the product

Viewed 16

I recently joined a telegram channel that notifies you about the latest deals on amazon at cheap prices. These deals usually run out within seconds and is impossible to be purchased manually. I want to find out how to create a bot, that visits the amazon link in the message, purchases the product, and notifies me about the same through telegram. (Preffered Programming Language: Python)

Thanks!

1 Answers

Try follow some tutorials of bot telegram integration like this site and show some code. This site will not help you to do things!

Related