Releases: DIGITALCRIMINAL/ArchivedUltimaScraper
UltimaScraper v7.9.0
V8 will focus more on metadata scraping, so the script uses Postgres to handle all the metadata, which means it'll be more advanced to set up.
Best alternative if you don't need all these features:
https://github.com/datawhores/OF-Scraper
What's Changed
- Make psutil dependency not required by @resokou in #174
- Update Linux.md by @docholllidae in #158
- Undo Async Fix by @aboredpervert in #180
- .part File Cleanup by @aboredpervert in #153
- PyInstaller (Windows EXE) Support by @aboredpervert in #165
- Fix for issue #279 by @kb1ibt in #280
- Updated link to linux documentation by @reahari in #315
- Fix Dockerfile to use poetry install method by @E0911CD45B19686 in #346
- Loosening the python requirements to 3.10 by @stranger-danger-zamu in #342
- Update README.md by @sivra-d in #347
- Update Dockerfile by @stranger-danger-zamu in #424
- PyInstaller Poetry Fixes by @aboredpervert in #455
- Bugfix for AttributeError by @blairg23 in #524
- [Fansly] Semi-fix message scraping (and use API V3) by @AlexDucks in #561
- Update Dockerfile by @rybackrulez in #640
- Fix for Stories API change on Onlyfans by @eclipseo in #605
- Big Update by @DIGITALCRIMINALS in #744
- Docker fixes from "Big Update" by @ecchiecchi0 in #757
- Master merge by @DIGITALCRIMINALS in #768
- Merge main with test branch by @DIGITALCRIMINALS in #783
- Test by @DIGITALCRIMINALS in #791
- print usernames by @DIGITALCRIMINALS in #793
- Test by @DIGITALCRIMINALS in #797
- Test by @DIGITALCRIMINALS in #800
- Test by @DIGITALCRIMINALS in #801
- Test by @DIGITALCRIMINALS in #805
- Test by @DIGITALCRIMINALS in #806
- Test by @DIGITALCRIMINALS in #810
- v0.0.5 Renamer by @DIGITALCRIMINALS in #811
- v0.0.2.2 USA by @DIGITALCRIMINALS in #816
- Test by @DIGITALCRIMINALS in #826
- Replaced poetry guide with a link by @DIGITALCRIMINALS in #828
- Test by @DIGITALCRIMINALS in #882
- Test by @DIGITALCRIMINALS in #886
- Fixed local variable 'authed' error by @DIGITALCRIMINALS in #888
- Updated dependencies by @DIGITALCRIMINALS in #891
- Test by @DIGITALCRIMINALS in #897
- Test by @DIGITALCRIMINALS in #945
- updated updater.py by @DIGITALCRIMINALS in #946
- fixed: #938 by @DIGITALCRIMINALS in #948
- Master by @DIGITALCRIMINALS in #952
- USC v1.0.1 by @DIGITALCRIMINALS in #955
- Test by @DIGITALCRIMINALS in #956
- USA v1.0.4 by @DIGITALCRIMINALS in #958
- Update Linux.md by @notarealemail in #961
New Contributors
- @resokou made their first contribution in #174
- @docholllidae made their first contribution in #158
- @kb1ibt made their first contribution in #280
- @reahari made their first contribution in #315
- @E0911CD45B19686 made their first contribution in #346
- @stranger-danger-zamu made their first contribution in #342
- @sivra-d made their first contribution in #347
- @blairg23 made their first contribution in #524
- @AlexDucks made their first contribution in #561
- @rybackrulez made their first contribution in #640
- @eclipseo made their first contribution in #605
- @ecchiecchi0 made their first contribution in #757
- @notarealemail made their first contribution in #961
Full Changelog: v7.6.1...v7.9.0
OnlyFans DataScraper v7.6.1
DON'T USE THIS RELEASE, DOWNLOAD FROM MASTER BRANCH FOR THE LATEST COMMITS OR TEST BRANCH FOR ACTIVE DEVELOPMENT
(I'm slowing down on "releases" until they're properly done, you can just use the latest commit instead or use the updater script in the folder.)
OnlyFans:
- Added x-bc to auth.json
You need Python 3.10 for this version of the script, in addition to that you'll need to reinstall requirements.
OnlyFans DataScraper v7.6
TL;DR
StarsAVN:
- Scrape Posts, Media and Messages (Stories/Highlights will come later)
Fansly:
- Added text to db which means you can unfortunately utilise {text}
- Script will now scrape all higher tiered content and messages
OnlyFans:
- Missing paid content might have been fixed
What's Changed
- Async Fix by @aboredpervert in #90
- Download Improvements by @aboredpervert in #91
- Open Settings In Editor by @aboredpervert in #92
- validate user input by @OFfriend in #74
- Fix Fansly media link picker by @sixinchfootlong in #78
- Fixes issue #56 by @AnotherOFUser in #99
New Contributors
- @aboredpervert made their first contribution in #90
- @OFfriend made their first contribution in #74
- @sixinchfootlong made their first contribution in #78
- @AnotherOFUser made their first contribution in #99
Full Changelog: v7.5.1...v7.6
OnlyFans DataScraper v7.5.1
Onlyfans:
Fixed KeyError: 'author' error
OnlyFans DataScraper v7.5
Python 3.10 Release
Upgrade your Python to 3.10
OnlyFans DataScraper v7.4.5
Fixed Fansly scraper.
OnlyFans DataScraper v7.4.4
Added Fansly Scraper.
The fansly scraper is something I put together in less than 3 days, so expect bugs when using it.
You'll need the "authorisation" and "user-agent" attributes from the browser, just like how you got the "cookie" attribute from the browser.
OnlyFans DataScraper v7.4.3
"Initial release" with all the PRs on the main repo that fixes the script.
OnlyFans DataScraper v7.4.2
Update updater.py