When using my upvoting script, my account activity keeps saying praw, how do I spoof this?

terribletroll

Newbie
Joined
Sep 20, 2017
Messages
2
Reaction score
2
Hello everyone, nice to meet you all.

I am sort of a newbie when it comes to the blackhat world. I am an only fans creator who recently discovered that some models who post to reddit get an absurd amount of karma in such a short time. Doing this manually was tedious and time consuming so I asked my husband to write me some scripts for posting and upvoting. I then discovered a method to grow my karma rapidly which has. been working very well so far. In 10 days I got up to 20,000 karma.

Here's the problem. When I go to reddit dot com/account-activity, my user agent says PRAW, which I fear will be a problem when I start gaining posting to public subreddits and am seen by others. Im afraid if I get reported, reddit will be on to me and ban me.

Is there a way to make my script look like it's coming from a normal user agent instead of praw? Sorry if this is a stupid question but I am new to this scripting thing. Any help will be greatly appreciated. Thanks.
 
That's the drawback of working with PRAW.

While it helps with automation, it is also signaling you're using automation. (You can't hide that with PRAW as you're using an API key for your session)

Issues might arrive only if you start to receive reports from users, or, if you break subreddit rules multiple times, and an admin will check your activity.

When that happens, issuing a ban would be more likely. At that point, you'll just have to start with another account.
 
Even if you get that right accounts that just keep upvoting other posts get ghosted sooner or later.
I never succeeded in constantly botting upvotes, the whole project was just too expensive cause the accounts would get pwned
 
simple

1. don't use Reddit API
2. instead of that use selenium
 
just little google search and you will know how to make selenium undetected
I'm a dev, I tried pupetter, selenium, they're all detected with those "undetectable" libraries. Maybe you're one of those that still think those are undetectable =))
 
I'm a dev, I tried pupetter, selenium, they're all detected with those "undetectable" libraries. Maybe you're one of those that still think those are undetectable =))
the undetectable library has a lot of issues
try using the regular Selenium web driver and spoof

  • user agent
  • IP address
  • mac address
  • Screen resolution
 
Hello everyone, nice to meet you all.

I am sort of a newbie when it comes to the blackhat world. I am an only fans creator who recently discovered that some models who post to reddit get an absurd amount of karma in such a short time. Doing this manually was tedious and time consuming so I asked my husband to write me some scripts for posting and upvoting. I then discovered a method to grow my karma rapidly which has. been working very well so far. In 10 days I got up to 20,000 karma.

Here's the problem. When I go to reddit dot com/account-activity, my user agent says PRAW, which I fear will be a problem when I start gaining posting to public subreddits and am seen by others. Im afraid if I get reported, reddit will be on to me and ban me.

Is there a way to make my script look like it's coming from a normal user agent instead of praw? Sorry if this is a stupid question but I am new to this scripting thing. Any help will be greatly appreciated. Thanks.
You won't get any far with PRAW, either automate with WebDrivers (Which are unreliable and inefficient) or reverse engineer their APIs.
 
Avoid using Praw, instead try undetected browser (use puppeteer or selenium to control it)
 
Back
Top