Parsing of remaining goods on WILDBERRIES.RU with sending to Telegram

soprano

Client
Joined
Aug 25, 2011
Messages
985
Reaction score
1,173
Points
93
Hello.
I want to introduce a template for tracking remaining goods on wildberries.ru
The goods are summed up in a total amount from all warehouses.
It uses requests and is written in C#.
To use the template, you need a text file named link.txt with links to the products you want to track.
The link should be in the following format:
C#:
https://www.wildberries.ru/catalog/164188806/detail.aspx
Also, you need to register a bot on Telegram using @botfather and get the bot token.
After that, create a channel on Telegram to which the data will be sent.

The input settings are simple:
118559


The template's output:
ZennoPoster
118560


Telegram
118562


Add necessary libraries to GAC from https://www.nuget.org/
using xNet;
using HtmlAgilityPack;
using Newtonsoft.Json;

Good luck!
 

Attachments

Last edited by a moderator:

soprano

Client
Joined
Aug 25, 2011
Messages
985
Reaction score
1,173
Points
93
Work version
 

Attachments

Last edited:

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)