- 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:
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:
The template's output:
ZennoPoster
Telegram
Add necessary libraries to GAC from https://www.nuget.org/
using xNet;
using HtmlAgilityPack;
using Newtonsoft.Json;
Good luck!
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
After that, create a channel on Telegram to which the data will be sent.
The input settings are simple:
The template's output:
ZennoPoster
Telegram
Add necessary libraries to GAC from https://www.nuget.org/
using xNet;
using HtmlAgilityPack;
using Newtonsoft.Json;
Good luck!
Attachments
-
11 KB Views: 147
Last edited by a moderator: