- Регистрация
- 25.08.2011
- Сообщения
- 866
- Благодарностей
- 948
- Баллы
- 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!
Вложения
-
11 КБ Просмотры: 54
Последнее редактирование модератором: