mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
Created Channels (markdown)
54
Channels.md
Normal file
54
Channels.md
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
# Channels
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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 you have in the program together.
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
- ```X``` - delete channel.
|
||||||
|
- ```Hide exists users``` - users you already have 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.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
- ```Add/Remove this user to/from the BlackList```
|
||||||
|
|
||||||
|
Read more about the BlackList here.
|
||||||
|
|
||||||
|
## Hot keys
|
||||||
|
|
||||||
|
- ```Insert``` - add 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.
|
||||||
|
|
||||||
|
By mouse double click on post icon, saved picture will be opened.
|
||||||
Reference in New Issue
Block a user