mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
3.0.0.0
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
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.
|
||||

|
||||
- ```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
|
||||
|
||||

|
||||
|
||||
## Limits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user