DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
944 stars 39 forks source link

Teach me UltimaScraper like I'm 5yo #1005

Open BlackDragon37 opened 1 year ago

BlackDragon37 commented 1 year ago

I downloaded the scraper, open powershell and following the readme, something goes wrong from the jump:

`F:\UltimaScraper-master> user_data/profiles/default/auth.json user_data/profiles/default/auth.json : The term '__user_data__/profiles/default/auth.json' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

I'm new to this, so I don't kow what I'm doing. How do I make this work?

RikoF1 commented 1 year ago

Did you run the updater.py first?

BlackDragon37 commented 1 year ago

Did you run the updater.py first?

Yeah. This is what I get:

PS C:\Users\Unknown\Downloads\UltimaScraper-master> python updater.py Traceback (most recent call last): File "updater.py", line 39, in all_files: list[Path] = [] TypeError: 'type' object is not subscriptable

verdetren commented 1 year ago

Which version of python are you using?

RikoF1 commented 1 year ago

Did you run the updater.py first?

Yeah. This is what I get:

PS C:\Users\Unknown\Downloads\UltimaScraper-master> python updater.py Traceback (most recent call last): File "updater.py", line 39, in all_files: list[Path] = [] TypeError: 'type' object is not subscriptable

You need to install all the requirements (I'd recommend on an environemnt) and update them using the updater. Then it should be good to go.