Skip to content

Commit

Permalink
My discord got banned :)
Browse files Browse the repository at this point in the history
  • Loading branch information
DIGITALCRIMINAL committed Oct 21, 2023
1 parent c980e78 commit 3236bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# UltimaScraper (Python 3.10.1+)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/0xHoarder.svg?style=social&label=Follow%200xHoarder)](https://twitter.com/0xHoarder)
[![](https://dcbadge.vercel.app/api/server/JNKx6QsZYE?style=flat)](https://discord.gg/JNKx6QsZYE)
# ![app-token](ultima_scraper/docs/assets/img/64255399-96a86700-cf21-11e9-8c62-87a483f33701.png)
# 27th January 2023 Migration
You can either start the script or create the __settings__ and __user_data__ folders manually.
Expand Down
4 changes: 3 additions & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
# commit_id = response_json["commit"]["sha"]
# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/{commit_id}.zip")
downloaded = requests.get(
f"https://github.com/DIGITALCRIMINALS/UltimaScraper/archive/refs/heads/master.zip"
f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/refs/heads/master.zip"
)
content = io.BytesIO(downloaded.content)


# Zip download for manual extraction
# download_path = "OnlyFans DataScraper.zip"
# with open(download_path, "wb") as f:
Expand Down

7 comments on commit 3236bba

@S4SApp
Copy link

@S4SApp S4SApp commented on 3236bba Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello! i have been trying to find a way to contact you.... we are building a application (website) and we can not figure out how to complete the authentication process. to capture the info needed. can you help please

@S4SApp
Copy link

@S4SApp S4SApp commented on 3236bba Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can’t see a way to capture cookies from when a user logs in. This is possible from a windows app option who has access to the browser itself but not from a website. is this correct, or do you know a way.

@UltimaHoarder
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can create a companion Chrome Extension to capture the cookies and send it to your server, or you can use email and password, and make them verify the captcha

@S4SApp
Copy link

@S4SApp S4SApp commented on 3236bba Nov 25, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@UltimaHoarder
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yee - It'll be a better UX for sure, my new discord is:

ultimahoarder

@p6c-x33
Copy link

@p6c-x33 p6c-x33 commented on 3236bba Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question.
I'm new to all of this so I'm looking for a few pointers, what are the key steps to follow to get this to work quick as possible. I'm willing to pay.

@nutechmobile
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the app doesnt work and none of the modules it tries to find when running it exist

Please sign in to comment.