Skip to content

Commit

Permalink
Major code refactor
Browse files Browse the repository at this point in the history
- Removed AutoUpdate, AntiSkid & Old configuration settings
- Cleaned up and refactored all the code
- Implemented proxy checking
- Improved CLI
- Now uses rich, not pystyle
  • Loading branch information
NoobToolzz committed Sep 20, 2024
1 parent 7f705ec commit ef9c784
Show file tree
Hide file tree
Showing 15 changed files with 247 additions and 689 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
data/icon/
Scraped/
317 changes: 0 additions & 317 deletions Bloody Proxy Scraper V2.py

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Welcome to Bloody Proxy Scraper 👋</h1>

<p>
<img alt="Version" src="https://img.shields.io/badge/version-v2.0.9-purple.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-v2.1.0-purple.svg?cacheSeconds=2592000" />
</p>

> Bloody Proxy Scraper is a requests-based proxy scraper that scrapes proxies from 80+ urls. Scraping over 220k+ proxies in less than 1 minute!
Expand All @@ -15,6 +15,8 @@ pip install -r requirements.txt

## Usage

First, edit the settings in config.json to your preference.

```sh
python Bloody Proxy Scraper V2.py
python main.py
```
7 changes: 4 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"autoupdate": true,
"notifications": false
}
"cooldown_per_scrape": 0,
"check_proxies": true,
"proxy_checking_threads": 50
}
Binary file removed data/icons/logo.ico
Binary file not shown.
164 changes: 0 additions & 164 deletions data/plugins/antiskid.py

This file was deleted.

96 changes: 0 additions & 96 deletions data/plugins/common.py

This file was deleted.

Loading

0 comments on commit ef9c784

Please sign in to comment.