diff --git a/Channels.md b/Channels.md index c39f3e7..2bba317 100644 --- a/Channels.md +++ b/Channels.md @@ -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