A Very simple free proxy list scraper.

Overview

Scrappp

A Very simple free proxy list scraper, made in python The tool scrape proxy from diffrent sites and api's.

Screenshots

Capture d’écran 2022-01-11 190749

unknown

About the script

!!! READ THIS

the script sometimes crash i dont really know why but it STILL WORKING AND YOU CAN USE IT

Contacts

Telegram : @Jojigodamn

Discord : Joji#0082

You might also like...
A simple reddit scraper to get memes (only images) from r/ProgrammerHumor.

memey A simple reddit scraper to get memes (only images) from r/ProgrammerHumor. Note Only works if you have firefox installed (yet). Instructions foo

A simple, configurable and expandable combined shop scraper to minimize the costs of ordering several items

combined-shop-scraper A simple, configurable and expandable combined shop scraper to minimize the costs of ordering several items. Features Define an

A Simple Web Scraper made to Extract Download Links from Todaytvseries2.com
A Simple Web Scraper made to Extract Download Links from Todaytvseries2.com

TDTV2-Direct Version 1.00.1 • A Simple Web Scraper made to Extract Download Links from Todaytvseries2.com :) How to Works?? install all dependancies v

A simple Discord scraper for discord bots

A simple Discord scraper for discord bots. That includes sending an guild members ids to an file, Mass inviter for joining servers your bot is in and Fetching all the servers of the bot (w/MemberCount) to the console.

Dude is a very simple framework for writing web scrapers using Python decorators
Dude is a very simple framework for writing web scrapers using Python decorators

Dude is a very simple framework for writing web scrapers using Python decorators. The design, inspired by Flask, was to easily build a web scraper in just a few lines of code. Dude has an easy-to-learn syntax.

a Scrapy spider that utilizes Postgres as a DB, Squid as a proxy server, Redis for de-duplication and Splash to render JavaScript. All in a microservices architecture utilizing Docker and Docker Compose

This is George's Scraping Project To get started cd into the theZoo file and run: chmod +x script.sh then: ./script.sh This will spin up a Postgres co

A universal package of scraper scripts for humans
A universal package of scraper scripts for humans

Scrapera is a completely Chromedriver free package that provides access to a variety of scraper scripts for most commonly used machine learning and data science domains.

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
A Smart, Automatic, Fast and Lightweight Web Scraper for Python

AutoScraper: A Smart, Automatic, Fast and Lightweight Web Scraper for Python This project is made for automatic web scraping to make scraping easy. It

A web scraper that exports your entire WhatsApp chat history.
A web scraper that exports your entire WhatsApp chat history.

WhatSoup 🍲 A web scraper that exports your entire WhatsApp chat history. Table of Contents Overview Demo Prerequisites Instructions Frequen

Comments
  • Proxies written to file contain white spaces

    Proxies written to file contain white spaces

    When written to the file it contains a blank line each time example: 103.141.12.161:1080

    107.189.10.54:29198

    46.101.5.73:45775

    To fix it I changed the code of main for each proxytype to: passwordhttp = 'http' httpnew = httpget.text.replace("\n","") // this one being the extra line httpfile = open(f"{passwordhttp}.txt", "a") httpfile.write(f"{httpnew}") httpfile.close()

    In this way the proxies can be easily copied and placed in proxytesters.

    opened by Adrian201230 1
Releases(proxy-scraper)
  • proxy-scraper(Apr 12, 2022)

    Scrappp V2

    Scrappp V2 | Proxy Scraper and network tools based on web api's

    - Added WHOIS HOSTING lookup - Added REVERS DNS lookup - Added PING lookup - Added CHECK IF SITE IS DEAD - Added TEXT TO HASH - Added SMTP CHECKER

    Full Changelog: https://github.com/Jojiv2/Scrappp/compare/proxyy...proxy-scraper

    Source code(tar.gz)
    Source code(zip)
  • proxyy(Mar 12, 2022)

  • proxy-scrape(Jan 24, 2022)

    Scrappp V1.2 | Proxy Scraper

    - Added keep scraping HTTP/S ( every 5 min ) - Added keep scraping SOCKS4 ( every 5 min ) - Added keep scraping SOCKS5 ( every 5 min ) - Added keep scraping ALL ( every 5 min )

    Source code(tar.gz)
    Source code(zip)
  • proxy(Jan 11, 2022)

Owner
Joji aka Moncef
Algerian young man interested in the field of cyber security, working on python and php. Discord bot development specialist and I'm still learning more
Joji aka Moncef
A simple proxy scraper that utilizes the requests module in python.

Proxy Scraper A simple proxy scraper that utilizes the requests module in python. Usage Depending on your python installation your commands may vary.

null 3 Sep 8, 2021
simple http & https proxy scraper and checker

simple http & https proxy scraper and checker

Neospace 11 Nov 15, 2021
Simple proxy scraper made by using ProxyScrape's api.

What is Moon? Moon is a lightweight and fast proxy scraper made by using ProxyScrape's api. What can i do with this? You can use proxies for varietys

null 1 Jul 4, 2022
Free-Game-Scraper is a useful script that allows you to track down free games and DLCs on many platforms.

Game Scraper Free-Game-Scraper is a useful script that allows you to track down free games and DLCs on many platforms. Join the discord About The Proj

KursK 2 Mar 28, 2022
Proxy scraper. Format: IP | PORT | COUNTRY | TYPE

proxy scraper ?? Installation: git clone https://github.com/ebankoff/proxy_scraper Required pip libraries (pip install library name): lxml beautifulso

Eban'ko 19 Dec 7, 2022
Shopee Scraper - A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil

Shopee Scraper A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil. The project was crea

Paulo DaRosa 5 Nov 29, 2022
A training task for web scraping using python multithreading and a real-time-updated list of available proxy servers.

Parallel web scraping The project is a training task for web scraping using python multithreading and a real-time-updated list of available proxy serv

Kushal Shingote 1 Feb 10, 2022
A web Scraper for CSrankings.com that scrapes University and Faculty list for a particular country

A web Scraper for CSrankings.com that scrapes University and Faculty list for a particular country To run the file: Open terminal

null 2 Jun 6, 2022
A leetcode scraper to compile all questions in leetcode free tier to text file. pdf also available.

A leetcode scraper to compile all questions in leetcode free tier to text file, pdf also available. if new questions get added, run again to get new questions.

null 3 Dec 7, 2021
A simple python web scraper.

Dissec A simple python web scraper. It gets a website and its contents and parses them with the help of bs4. Installation To install the requirements,

null 11 May 6, 2022