mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
Updated Channels (markdown)
54
Channels.md
54
Channels.md
@@ -1,54 +1,52 @@
|
||||
# Channels
|
||||
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.
|
||||
|
||||
This form provides possibility to get channels' posts. Each post includes username, post ID and picture (or thumbnail for video). You can download some count of posts, download all posts till specific date or download posts till 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.
|
||||
|
||||
Downloaded post data will be saved in the program cache folder (```Data path```). This cache will be removed after program close.
|
||||
You can download channels with users that you have in the program together.
|
||||
|
||||
You can download channels with users you have in the program together.
|
||||
Each user you selected in the channel form will be added to the temporary list and their number will be shown in the caption of the ```Add``` button. This is a temporary list. To add users from this list to the program, you need to click the ```Add``` button.
|
||||
|
||||
Each user you are picked up in the channel form will be added to the temporary list and count of them will be shown in the caption of ```Add``` button. This list is temporary. To add users from this list to the program you should press ```Add``` button.
|
||||
|
||||
To add user into the temporary list you just need to check post in the posts list. User ID will be added to this list after you change page (by page changer buttons) or forced by click ```Add``` button (in this case users will be added to the program also).
|
||||
To add a user to the temporary list, you just need to mark the post in the posts list. The user ID will be added to this list after you change the page (using the page change buttons) or forcibly click the ```Add``` button (in this case, users will be added to the program).
|
||||
|
||||
|
||||
## Buttons
|
||||
|
||||
- ```Download/Stop``` - start/stop downloading.
|
||||
- ```Add``` - add picked users to the program for future downloading.
|
||||
- ```Next/Back``` - pages changers.
|
||||
- ```All Channels``` - download all channels you have.
|
||||
- ```Curved arrows``` - refresh channels list.
|
||||
- ```+``` - add new channel.
|
||||
- ```Download/Stop``` - start/stop download.
|
||||
- ```Add``` - add selected users to the program (from the temporary list) for future download.
|
||||
- ```Next/Back``` - change pages.
|
||||
- ```All Channels``` - download all channels.
|
||||
- ```Curved arrows``` - update channels list.
|
||||
- ```+``` - add a new channel.
|
||||
- ```X``` - delete channel.
|
||||
- ```Hide exists users``` - users you already have in the program will be skipped.
|
||||
- ```Hide exists users``` - users who are already in the program will be skipped.
|
||||
|
||||
## Limits
|
||||
|
||||
- ```Count``` - download top count of posts.
|
||||
- ```Post``` - downloading each post till you pointed post ID will be found (be careful with using this option because your pointed post ID can make removed and program will be download full channel).
|
||||
- ```Date``` - downloading each post till you pointed date.
|
||||
- ```Default``` - program will make downloading mode decision by itself:
|
||||
- if it is the new channel - top 1000 posts will be downloaded;
|
||||
- if channel was already downloaded in the past then program will download each post till date and till post ID was not found in the saved channel info.
|
||||
- ```Count``` - download a certain number of posts.
|
||||
- ```Post``` - download posts up to a specific post ID.
|
||||
- ```Date``` - download all posts up to a specific date.
|
||||
- ```Default``` - the program will automatically determine the downloading mode:
|
||||
- if it is a new channel, the first 1000 posts will be downloaded;
|
||||
- if the channel has already been downloaded in the past, the program will download each post until the date and until the post ID is found in the saved channel information.
|
||||
|
||||
## List context menu
|
||||
|
||||
- ```Open user/post``` - open user/post in your default browser.
|
||||
- ```Open picture``` - open original picture saved in the cache in you default picture view program.
|
||||
- ```Open folder``` - open cache folder of this channel.
|
||||
- ```Remove user from selected``` - if you are wrongly added user in the temporary list, you can press this button to remove it from.
|
||||
- ```Open user/post``` - open user/post in default browser.
|
||||
- ```Open picture``` - open the original cached image in your default image viewer.
|
||||
- ```Open folder``` - open channel cache folder.
|
||||
- ```Remove user from selected``` - if you added a user to the temporary list by mistake, you can click this button to remove him from.
|
||||
- ```Add/Remove this user to/from the BlackList```
|
||||
|
||||
Read more about the BlackList here.
|
||||
You can read more about the BlackList [here](https://github.com/AAndyProgram/SCrawler/wiki#black-list).
|
||||
|
||||
## Hot keys
|
||||
|
||||
- ```Insert``` - add new channel.
|
||||
- ```Insert``` - add a new channel.
|
||||
- ```F5``` - start downloading.
|
||||
- ```F2``` - go to previous images **page**.
|
||||
- ```F3``` - go to next images **page**.
|
||||
- ```F1``` - go to previous **channel**.
|
||||
- ```F4``` - go to next **channel**.
|
||||
- ```F8``` - add picked users to the program for future downloading.
|
||||
- ```F8``` - add selected users to the program (from the temporary list) for future download.
|
||||
|
||||
By mouse double click on post icon, saved picture will be opened.
|
||||
Double-click the post thumbnail to open its full-size image.
|
||||
Reference in New Issue
Block a user