Search results

  1. J

    [Journey] to creating and botting 500 Reddit accounts a day

    Good to see your succeeding man! Please keep us posted on your journey, it's great hearing stories about people fighting the good fight.
  2. J

    Reddit Upvoting Issues

    Yes, you have to spread out your activity over more accounts.
  3. J

    Reddit Upvoting Issues

    OP, your methods are easily detected. Having all accounts have the same user-agent is a huge tell-tale sign. Also, they detect vote rings where all accounts vote on the same things. You have to randomize your activity more. Your idea of changing the fingerprint is a step in the right direction.
  4. J

    Permanently Closed Marketplace Sales Thread

    NEED SPECIAL BHW OFFER
  5. J

    Permanently Closed Marketplace Sales Thread

    Does the service support passing proxies with authentication credentials? That way, the site we are submitting the captcha token to uses the same IP as the captcha solver.
  6. J

    Import and export cookies

    Sounds like you need a tool that saves the cookies as a file that can be linked to a session. This is likely easier done in code, than finding a tool that can dump the cookies and properly link them to an account.
  7. J

    Creating reddit accounts..captcha hell..

    Right, you can't use the default proxies that the captcha solver provides. It is far better to pass your proxy string to the service so the solving IP and page loaded IP are the same.
  8. J

    Reddit proxies

    I haven't seen any indication that fingerprints are collected on new Reddit. They only do the fingerprinting on old reddit. They use the fingerprintjs2 lib that's on Github.
  9. J

    Reddit Bot

    Awesome work man! Glad to see newcomers getting the hang of things. A few questions if you don't mind. Are you only using Python requests or Selenium? Did you reverse engineer the Reddit JS and incorporate it? Are your accounts able to vote/subscribe and stay alive for more than 24-48 hours?
  10. J

    Reddit Bot

    Yep, Reddit checks the telemetry data where they are getting your fingerprints. Forget about getting around this with curl requests, as they use x-signature headers that they use to sign the HTTP requests. Spoofing the fingerprints is about the only option.
  11. J

    So has anyone found a solution for the new reddit update?

    That was never something you could rely on anyway, due to vote fuzzing.
  12. J

    So has anyone found a solution for the new reddit update?

    Apparently, Reddit uses a point-based spam filter. I've heard you have to make your accounts more human-like to pass those score checks.
  13. J

    Requests vs Selenium

    True, would love to do everything pure HTTP, but how do you deal with minified JS? The var names are scrambled and the context is hard to gather.
  14. J

    Requests vs Selenium

    Are you talking about looking at the HTTP post that is issued, or actually executing the JavaScript to force it to make the requests? If it is the latter, do you use some JS library to run the JavaScript? Seems easier than trying to mock the HTTP request via the requests module. That's quite...
  15. J

    So has anyone found a solution for the new reddit update?

    What is this honeypot you speak of? I've only seen Honey Pots affect bots that crawl and hit a honeypot (landmine).
  16. J

    Requests vs Selenium

    I know this is akin to asking a barber if you need a haircut, but does Multilogin work on social media sites like FB, Reddit, etc? I imagine botters could find value in spoofing browser fingerprints. The plans are fairly confusing. There's collaboration plans, automation plans, and a free plan...
  17. J

    Requests vs Selenium

    Hi 夢市片, can you please clairfy on Multilogin? Do they host the VMs that the browsers run on, run them remotely, and do you get that as part of the plan? Or do you have to provide the hardware?
  18. J

    Requests vs Selenium

    Yep, xfvb allows virtual rendering of the browser so you don't have to run in headless mode. This was a workaround for a long time before headless came out. However, more resources are consumed, so if you don't need it, avoid it.
Back
Top