Web scrapping with Rust using Telegram Bot API
So this might not be something to publicly show because of the ethic behind web scrapping, but in the end it is a piece of my work.
In order to protect the target website, all references to the scrapped URL were removed, leaving just the expected chunks of HTML that I work with inside the program.
Summarizing, there is a national shop in my country that works in the second hand bike market, where ocassionally great offers would show out of nowhere, and most part of the time those offers goes off in the blink of an eye. With this little snitcher, I wouldn´t miss any bikes with the specifications I was looking for.
Since there was a boom with Rust by the time this idea was on my mind, I took that path, combining it with the Telegram Bot API.
You can check for the code in the following github repository: jdelberm/snitcher