Scraping Individual Posts or Media


Scraping content from timeline post

1. click '...' and then copy link to post

image
ofscraper manual --url copied_link

Alternatively

ofscraper manual --url postid


Scraping content from purchase page

1. Click '...' and copy link to message

image
ofscraper manual --url copied_link


Advanced

To grasp this better, checking out the get_info function in manual.py is the ideal way as it accepts a wider range of URLs.


Scraping Individual Media

1. Run a content scraper mode

Content Check Modes

2. Use the mouse to toggle the checkmark of the row you want to download Note you can also toggle with ";" or "',"

Only unlocked media will have a checkmark

  • media marked for download will have 'added' in them

image

3. Click Send to OF-Scraper

image

Downloads progress will be updated in console

image

4. Finished Downloads will have the words download in them

image

You can redownload by using ";" or "'" to untoggle and then retoggle with the added value

Status
Meaning

added

content is ready to be added to queue

downloading

content is added to queue, and will be downloaded

downloaded

content was downloaded and all post process were successful

failed

content was not downloaded and or post process failed

Good things to know

  • Downloads won't start off immediately because the program is designed to check the queue for new downloads every 10 seconds.

  • Since there isn't a progress bar, enabling debug mode could be helpful in this situation.

  • By clicking on the table, you can instantly add more downloads. Any entry marked as "downloading" will be inaccessible for modification

  • Sorting and filtering functionalities should also be operational

Last updated