File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# UltimaScraper (Python 3.10.1+)
2
2
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
3
3
[ ![ Twitter] ( https://img.shields.io/twitter/url/https/twitter.com/0xHoarder.svg?style=social&label=Follow%200xHoarder )] ( https://twitter.com/0xHoarder )
4
- [ ![ ] ( https://dcbadge.vercel.app/api/server/JNKx6QsZYE?style=flat )] ( https://discord.gg/JNKx6QsZYE )
5
4
# ![ app-token] ( ultima_scraper/docs/assets/img/64255399-96a86700-cf21-11e9-8c62-87a483f33701.png )
6
5
# 27th January 2023 Migration
7
6
You can either start the script or create the __settings__ and __user_data__ folders manually.
Original file line number Diff line number Diff line change 14
14
# commit_id = response_json["commit"]["sha"]
15
15
# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/{commit_id}.zip")
16
16
downloaded = requests .get (
17
- f"https://github.com/DIGITALCRIMINALS /UltimaScraper/archive/refs/heads/master.zip"
17
+ f"https://github.com/DIGITALCRIMINAL /UltimaScraper/archive/refs/heads/master.zip"
18
18
)
19
19
content = io .BytesIO (downloaded .content )
20
+
21
+
20
22
# Zip download for manual extraction
21
23
# download_path = "OnlyFans DataScraper.zip"
22
24
# with open(download_path, "wb") as f:
You can’t perform that action at this time.
0 commit comments