3.0.0.0

Andy
2022-03-17 21:23:55 +03:00
parent fbff8d92ce
commit 66b82832b7

@@ -1,3 +1,5 @@
![Channels form](https://github.com/AAndyProgram/SCrawler/blob/main/ProgramScreenshots/Channels.png)
This form allows you to receive channels' posts. Each post includes a username, post ID and an image (or thumbnail for a video). You can download a certain number of posts, download all posts up to a specific date, or download posts up to a specific post ID.
The downloaded post data will be saved in the program cache folder (```Data path```). This cache will be deleted after the program is closed.
@@ -19,13 +21,17 @@ To add a user to the temporary list, you just need to mark the post in the posts
- ```+``` - add a new channel.
- ```X``` - delete channel.
- ```i``` - info button. The statistics of the selected channel will be shown.
![One channel info](https://github.com/AAndyProgram/SCrawler/blob/main/ProgramScreenshots/ChannelsStats2.png)
- ```Hide exists users``` - users who are already in the program will be skipped.
- ```Info``` - The statistics of all channels will be shown. You can also delete channels in this form. The information will be shown according to the template: **[```ChannelName```]: Users: ```n1``` (avg: ```n2```; s: ```n3```); Posts: ```n4``` (s: ```n5```)**
- ```Info``` - The statistics of all channels will be shown. You can also delete channels in this form. The information will be shown according to the template: **[```ChannelName```]: Users: ```n1``` (avg: ```n2```; s: ```n3```); Posts: ```n4``` (s: ```n5```); My users: ```n6```**
- ```n1``` - total number of added users
- ```n2``` - average number of added users
- ```n3``` - number of added users in the current session
- ```n4``` - average number of downloaded posts
- ```n5``` - number of downloaded posts in the current session
- ```n6``` - users from this channel who are already in the program
![Channels stats](https://github.com/AAndyProgram/SCrawler/blob/main/ProgramScreenshots/ChannelsStats.png)
## Limits