Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Releases: DIGITALCRIMINAL/ArchivedUltimaScraper

UltimaScraper v7.9.0

21 Jul 14:33
Compare
Choose a tag to compare

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.
2023-07-18_11-59_2
2023-07-18_12-12

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

Full Changelog: v7.6.1...v7.9.0

OnlyFans DataScraper v7.6.1

03 Dec 14:44
Compare
Choose a tag to compare

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

17 Nov 22:47
7501a76
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v7.5.1...v7.6

OnlyFans DataScraper v7.5.1

16 Oct 06:10
Compare
Choose a tag to compare

Onlyfans:
Fixed KeyError: 'author' error

OnlyFans DataScraper v7.5

09 Oct 22:24
Compare
Choose a tag to compare

Python 3.10 Release

Upgrade your Python to 3.10

OnlyFans DataScraper v7.4.5

26 Sep 18:23
1823003
Compare
Choose a tag to compare

Fixed Fansly scraper.

OnlyFans DataScraper v7.4.4

18 Sep 09:50
Compare
Choose a tag to compare

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

25 Aug 18:38
370b979
Compare
Choose a tag to compare

"Initial release" with all the PRs on the main repo that fixes the script.

OnlyFans DataScraper v7.4.2

25 Aug 05:55
00b6600
Compare
Choose a tag to compare
Pre-release
Update updater.py