Search results

  1. HaryanviJakkat

    Advance proxy scraping script

    Yup bypassing cloudflare ,however i don't recommend scraping more than 1k proxies in one go. recaptchas won't be an issue .
  2. HaryanviJakkat

    My first Proxy script

    My thread is waiting for moderation , posted it yesterday
  3. HaryanviJakkat

    My first Proxy script

    as you guys asked , i created another proxy scraping script which is far better than this one .check it out in scripting section
  4. HaryanviJakkat

    Advance proxy scraping script

    As you guys asked here we go with my new advance proxy scraping script,if you have any questions just feel free to ask . from bs4 import BeautifulSoup import cfscrape from pathlib import Path import os import time repeat = 2 # scrape 2 times time_interval = 10 # seconds between each repeat...
  5. HaryanviJakkat

    My first Proxy script

    Yup any website, thanks
  6. HaryanviJakkat

    My first Proxy script

    will do that for sure , any website suggestion for scraping ?
  7. HaryanviJakkat

    My first Proxy script

    Give me website i will make for fun because i love coding
  8. HaryanviJakkat

    addmefast advice

    just curious about if amf is still alive or dead ? because i have an account with over 20k points in it ,just wondering if i can even sell it for 5 bucks or just use it for myself
  9. HaryanviJakkat

    My first Proxy script

    Hello guys ,i'm learning python and made my first proxy scraping script , i know my code is ugly and sorry about that . from bs4 import BeautifulSoup import requests import csv source = requests.get('https://free-proxy-list.net/').text soup = BeautifulSoup(source, 'lxml') proxytable =...
Back
Top