Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
montroly committed Oct 20, 2021
1 parent 561cb1e commit f83de71
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 71 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# fansyloader - The fancy loader

Download your content from Onlyfans and Fansly easily and quickly, without reading long installation instructions or making complicated configurations.
Fansyloader tries to solve the problem that it seems to be difficult for most people to install the Python interpreter or use Github.
For this Fansyloader allows you to download your content from Onlyfans and Fansly easily and quickly,
without reading long installation instructions or making complicated configurations.

## Using

Expand All @@ -17,16 +19,21 @@ Download your content from Onlyfans and Fansly easily and quickly, without readi
**Credits:** This project would not have been possible without the work of @hippothon, @OFfriend and @DIGITALCRIMINAL (±S).
They cleared many barriers during their work on [OnlyFans DataScraper](https://github.com/DIGITALCRIMINALS/OnlyFans).

## Configuration

Fansyloader creates a configuration directory at first startup, which contains a configuration file `config/config.toml`.
This file can be opened and modified with a text editor and contains an explanation for most parameters.

More information can be [found here](./conf.md)

## Troubleshooting

After the download is started, only the progress bars and no error messages are displayed.
So if there are problems, you should look into the log file in the `config` directory.
Alternatively, `show_progress_bar` can be set to `false` in the configuration file.

## Doc

* [FAQ](./FAQ.md)
* [Configuration](./conf.md)
More information can be found in the [FAQ](./FAQ.md).
If you can't find a solution to your problem, open an issue and pay attention to [how to share data safely](secure_share.md).
## Enjoy what you see?
Expand Down
11 changes: 11 additions & 0 deletions conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ fansyloader creates a folder `config` at the first start.
In this folder you can find the configuration file `config.toml` and the log file `fansyloader.log`.
The configuration file can be opened and edited with any text editor.

### Multiple configurations

Fansyloader can also be started with a different configuration folder.
To do this, the `-c` flag can be used to specify another configuration order, which will be created if it does not already exist.

```bash
# example
./fansyloader -c account-1-config
./fansyloader -c account-2-config
```

### Path

The path variable can be used to set the folders in which the files are stored.
Expand Down
63 changes: 0 additions & 63 deletions gpg.asc

This file was deleted.

6 changes: 3 additions & 3 deletions secure_share.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Share data

If you have a problem, it may be necessary to share your log file with me.
If you have a problem, it may be necessary to share your log or other data with me.
The log file can help me with error analysis, but may contain sensitive information.
You should therefore never share your log file publicly!

Therefore, if you are willing to share your log file with me, you should encrypt it so that only I and no one else can read it.
Therefore, if you are willing to provide me with data, you should encrypt it so that only I and no one else can read it.

### How to encrypt

Expand All @@ -18,4 +18,4 @@ Therefore, if you are willing to share your log file with me, you should encrypt
### Public keys

* Age: `age14dfxpv8rzxr2mulmdv8zh3lxkj40jpu0n4j6flamdt330q5tefkqzsxdsj`
* GPG: [gpg.asc](./gpg.asc)
* GPG: [keys.openpgp.org](https://keys.openpgp.org/search?q=montroly%40protonmail.com)

0 comments on commit f83de71

Please sign in to comment.