Search results

  1. N

    Twitch viewer bots?

    https://stream-chaos.com/ Someone knows how to do this? or has any idea? due to what happens yesterday in twitch is pretty obvius needs to be something easy cause... https://twitter.com/MrKeroro10/status/1247703485065420800
  2. N

    get x-flash-version from specific browser?

    I have a large database with millions of rows of browser information, but these database dosnt have one thing a i need x-flash version from each browser do you guys know some api where you put your OS+Browser+version and give you possible xlfhas versions? Im debugging a api where a header is...
  3. N

    How i can see mod removed threads?

    2 weeks ago one mod of bhw remove one of my tthreads, i need to get a link from it cause i dont find now a website thath was in the post, its possible?
  4. N

    Android device info database?

    Hey guys, anyone know where can I find the Android Device ID database?? Such As: Manufacturer / Name / Model / Operating System / Display Size / Resolution / Carrier / IMEI / Android_ID / MAC address / IMSI / WIFI SSID ... Thanks i found one 2 weeks ago, but a mod remove the thread and i...
  5. N

    Start with Amazon afiliate website?

    so i want to test some automated stuff running for me while i just look, i want to create some youtube channels and pull some amazon afiliate links, but my question is will they ban my account if i use tag afiliate just in youtube or twitter? I put those in the website field when creating...
  6. N

    Facebook data scraping with python

    I have been scraping for 1 month, 15 private proxys from blaizing seo 1 random in each request, one request every 4 seconds def Facebook(): codigo = None while codigo is None: agent = Headers( headers=True)...
  7. N

    Open N Number of real browsers with different User agent?

    I know multilogin app but i can run tampermonkey scripts there? Also is undetectable for websites? https://multilogin.com/
  8. N

    Searching for a thread

    was about one guy thath spends 40.000$ in developing a smartphone game and wins more than 500.000$ in some months, wanted to get thath post for see incs per month, just curius
  9. N

    Any Bot for buying online tickets?

    Like tomorrowland tickets?
  10. N

    How do you send in python http/2 headers?

    Those :method: GET :scheme: https :authority: server.url.com :path: /login.php? I tried with hyper but are sended bad and i get web requests rejected import hashlib import requests import json from tls_version import MyAdapter import collections from userdata import UserData import time from...
  11. N

    Looking to swf reverse enginering.

    Its a .swf file i need to get some info from
  12. N

    [python3]remove whitespaces from json requests post body?

    Im trying to imitate http request i sniffed both requests with charlesproxy and they are indentical unless the Content-Length header + body whitespaces data=["Machine gun Kelly23","123456789","2.29.0"] after thath response = session.post('https://www.guerrastribales.es/m/m/login', json=data)...
  13. N

    Force python3.x requests to use specific Header order, HTTP version and TLS version?

    Its possible? i am debugging and android apk and i want to look like a human when connecting to api the api uses TLSv1.2 and HTTP/2.0 The Specific Header order matters in these api, they have protected these way(shitty way i think , if you dont sent headers in a X order they detect you like...
  14. N

    How is this server flagging me?

    Im getting flagered in response headers 'User-Agent': 'python-requests/2.21.0' import requests from proxy import proxy as ez #returns random proxy from my list def getcookies(proxy): proxies = { 'https': proxy # returns random proxy } headers = {...
  15. N

    Need help Debugging a apk+api

    Its from android game it uses a api, i need some help for debug the http calls it does, i have already done some of work.
  16. N

    fastest 2captcha recaptcha solving service?

    I need a service like 2captcha, witouth browser emulation resolve the recaptcha giving the token. I dont mind paying 20$ per 1000 i use 100 per day and each sucesfull captcha reports me more money than it cost so. I just need speed, be so so fast like 10-15 seconds would be so good. if no...
  17. N

    Selenium for browsergame bot?

    So i want to create a bot for some online browser game, it has captcha etc but isnt a problem my question is. -How i can make selenium undetectable? or there is any other easier way ? -Appart from obvius think like user agent, headers and look like a human while doing things(delays) should i...
  18. N

    Selenium for browsergame bot?

    So i want to create a bot for some online browser game, it has captcha etc but isnt a problem my question is. -How i can make selenium undetectable? or there is any other easier way ? -Appart from obvius think like user agent, headers and look like a human while doing things(delays) should i...
  19. N

    Problem making multiple parallel http post requests?

    Im new to python and to programing and im stucked trying to make 25/50/100 http requests to the same url in paralell. Problems: 1-Before each request, i make one requests to 2captcha servers 2-Before each request i get random proxy from a list i dont know how to run all http post in parallel...
  20. N

    How much time does Facebook ban a proxy?

    Im scraping data from facebook a request every 4 seconds, and im getting proxies banned im instagram im doing 2 request, one every second and other every 3 seconds, and no bans thaths 80 request per second, with 15 private proxys and in facebook just 15 per second with 15 proxies and getting...
Back
Top