Using Prompts

Simplest way to run OF-Scraper

Running the prompt menu allows you to to utilize the program while passing minimal arguments


Getting to the main menu

The simplest method is to execute this command

ofscraper

Basically, any command lacking the --action command will automatically go to this menu


Some options may open a new menu with a Go to main menu options


Action Menu

New in 3.7 all possible scraping combinations can be done via this menu

use this menu to perform scraping actions or combination


Profile Menu

Use this option to

  • add profiles

  • change the default profile

  • rename a profile

  • delete profile

Each profile corresponds to a single account. So, if you aim to have multiple accounts, you'll require multiple profiles


Edit config.json

To bypass the hassle of finding the config file's location, utilize this to modify settings directly from within the script.

Your prior choices will be available, allowing you the chance to edit them conveniently.


Edit auth.json

if the authentication fails, the authentication menu will pop up, prompting you to enter new settings

Typically this is not a setting that needs to be access manually

However, you have the option to directly modify the authentication JSON using this method.

Last updated