You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've cloned the repository, installed the dependencies via ./run.sh and the server runs successfully. Unfortunately, now I am not sure how to use it or how to add creators to settings.py to scrape from. All I've changed in settings.py is the sqlite_db_path, dldCtntPath, and I filled in username and password with my Patreon login info (because I'm only scraping from Patreon).
I've gotten some errors when it tries to fetch content, such as this. In an attempt to try and fix this problem, I commented out other JOBS in main.py (except pts.GetPatreon). This didn't seem to do anything. I'm really at a loss as to how I'm supposed to use it and these errors seem more developer-friendly than user-friendly, no offense. I'd appreciate any help on how to use this tool properly for scraping Patreon content.
The text was updated successfully, but these errors were encountered:
Hmmm, it looks like patreon has changed their login API. They do seem to do this fairly frequently. I'll have to look at what happened, and see about fixing it.
This didn't seem to do anything. I'm really at a loss as to how I'm supposed to use it and these errors seem more developer-friendly than user-friendly, no offense.
The target audience is exactly one person (me) who is also a developer.
So I've cloned the repository, installed the dependencies via
./run.sh
and the server runs successfully. Unfortunately, now I am not sure how to use it or how to add creators tosettings.py
to scrape from. All I've changed insettings.py
is thesqlite_db_path
,dldCtntPath
, and I filled inusername
andpassword
with my Patreon login info (because I'm only scraping from Patreon).I've gotten some errors when it tries to fetch content, such as this. In an attempt to try and fix this problem, I commented out other
JOBS
inmain.py
(exceptpts.GetPatreon
). This didn't seem to do anything. I'm really at a loss as to how I'm supposed to use it and these errors seem more developer-friendly than user-friendly, no offense. I'd appreciate any help on how to use this tool properly for scraping Patreon content.The text was updated successfully, but these errors were encountered: