mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
2023.3.1.0
22
Settings.md
22
Settings.md
@@ -9,6 +9,8 @@
|
||||
- ```Check new version at start```
|
||||
- ```UserAgent``` - default UserAgent to use in requests ([how to find](how-to-find-useragent)). This is not a required field. Use it if you need to replace the UserAgent for all sites. A restart of SCrawler is required to take effect.
|
||||
- ```Imgur Client ID``` - Imgur client ID to Bypass NSFW protection and download galleries
|
||||
- ```Userlist image``` - customize the image that will be displayed at the background of the main window
|
||||
- ```Userlist color``` - set the background color and font color of the main window (`F` button to select font color; `C` button to select background color)
|
||||
- ```Show groups``` - show user site groups
|
||||
- ```Use user grouping``` - Group users by groups and/or labels. If disabled, users will not be grouped by site or label.
|
||||
|
||||
@@ -42,11 +44,13 @@
|
||||
- ```Temporary``` - this parameter specifies how users will be created by default in the user creation form.
|
||||
- ```Download images/videos``` - defaults for creating new users
|
||||
- ```Download jpg instead of webp``` - save ```webp``` images as ```jpg```
|
||||
- ```Use the site name as a friendly name``` - use the user's site name as a friendly name
|
||||
|
||||

|
||||
|
||||
## Downloading
|
||||
- ```Update user description every time``` - this means that the user description (if implemented) will be checked when the user is parsed. If the current user description does not contain a new description, then a new one will be added via a new line.
|
||||
- ```Update user site name every time``` - this means that the user site name (if implemented) will be checked when the user is parsed.
|
||||
- ```Change file names``` - name files by name (not by original names)
|
||||
- Options:
|
||||
- ```Replace file name by date``` - the file name will be replaced with the date of the file was posted
|
||||
@@ -73,6 +77,8 @@
|
||||
|
||||
## Feed
|
||||
- ```Feed rows/columns``` - how many rows and columns will be displayed in the feed form
|
||||
- ```Center images in grid (number of visible images)``` - don't fit images to the grid, but center them and set the number of visible images (only works when the number of columns is 1)
|
||||
- ```Feed colors``` - set the background color and font color of the feed window (`F` button to select font color; `C` button to select background color)
|
||||
- ```Endless feed``` - go to the next page when you reach the end
|
||||
- ```Add the session number to the post title``` - The session number will be displayed to the left of the post title. A session is every time when you (or [AutoDownloader](#automation)) download data.
|
||||
- ```Add the date to the post title``` - The download date and time will be displayed to the right of the post title.
|
||||
@@ -134,9 +140,10 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
||||
- [```Authorization```](#how-to-find-twitter-tokens) - Bearer token. Must start with ```Bearer ``` word followed by a space.
|
||||
- [```Token```](#how-to-find-twitter-tokens) - in this field you need to put ```x-csrf-token```.
|
||||
- ```Saved posts user``` - your personal Reddit username to download your saved posts (bookmarked).
|
||||
- ```Download GIFs``` - *(default for new users)*
|
||||
- ```GIFs special folder``` - *(default for new users)* Put the GIFs in a special folder. **This is a folder name, not an absolute path** (examples: ```SomeFolderName```, ```SomeFolderName\SomeFolderName2```). This folder(s) will be created relative to the user's root folder.
|
||||
- ```GIF prefix``` - *(default for new users)* This prefix will be added to the beginning of the filename.
|
||||
- ```Download GIFs``` - *(default for new users) this can also be configured for a specific user.*
|
||||
- ```GIFs special folder``` - *(default for new users)* Put the GIFs in a special folder. **This is a folder name, not an absolute path** (examples: ```SomeFolderName```, ```SomeFolderName\SomeFolderName2```). This folder(s) will be created relative to the user's root folder. *This can also be configured for a specific user.*
|
||||
- ```GIF prefix``` - *(default for new users)* This prefix will be added to the beginning of the filename. *This can also be configured for a specific user.*
|
||||
- ```Use MD5 comparison``` - *(default for new users)* each image will be checked for existence using MD5 (this may be suitable for the users who post the same image many times). *This can also be configured for a specific user.*
|
||||
|
||||

|
||||
|
||||
@@ -146,6 +153,15 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
||||
- [```Token```](#how-to-find-twitter-tokens)
|
||||
- ```Saved posts user``` for download saved posts (bookmarked)
|
||||
|
||||
### Twitter user settings
|
||||
- ```Download GIFs``` - *same as default twitter settings, but for this user*
|
||||
- ```GIFs special folder``` - *same as default twitter settings, but for this user*
|
||||
- ```GIF prefix``` - *same as default twitter settings, but for this user*
|
||||
- ```Use MD5 comparison``` - *same as default twitter settings, but for this user*
|
||||
- ```Remove existing duplicates``` - Existing files will be checked for duplicates and duplicates removed. **Works only on the first activation 'Use MD5 comparison'.**
|
||||
|
||||

|
||||
|
||||
### How to find Twitter tokens
|
||||
1. Open Google Chrome, Edge or FireFox.
|
||||
1. Go to https://twitter.com
|
||||
|
||||
4
Users.md
4
Users.md
@@ -21,7 +21,9 @@ In the main window, click the ```Add``` button to open the user creation form.
|
||||
- https://www.pornhub.com/users/UserName
|
||||
- XHamster
|
||||
- https://xhamster.com/users/UserName
|
||||
- ```Friendly name``` - if configured, this name will be displayed in the user list instead of the username.
|
||||
- Path
|
||||
- `D:\Data\`
|
||||
- ```Friendly name``` - if configured, this name will be displayed in the user list instead of the username (if this field is green, it means that the user site name is shown). `F` button to set the friendly name you configured; `S` button to set site name.
|
||||
- ```Special path``` - specify a path other than the default path for user data.
|
||||
- ```Sites combo box``` - site pointers.
|
||||
- ```Channel``` - profile is subreddit.
|
||||
|
||||
Reference in New Issue
Block a user