GitHub Faker is a Python project designed to automate profile views using proxies. It fetches, cleans, and validates proxy lists from various sources and uses them to send requests to a specified URL.
- Fetches proxy lists from multiple sources.
- Cleans and validates proxies.
- Uses valid proxies to automate profile views.
- Supports HTTP, HTTPS, SOCKS4, and SOCKS5 proxies.
- Python 3.7+
aiohttp
aiohttp-socks
gitpython
Install the required packages using:
pip install -r requirements.txt
-
Fetch and Validate Proxies:
Run the
cleanProxy.py
script to fetch, clean, and validate proxies:python cleanProxy.py
This will save the valid proxies to
valid_http.txt
,valid_https.txt
,valid_socks4.txt
, andvalid_socks5.txt
. -
Automate Profile Views:
Run the
profileViews.py
script to start sending requests using the valid proxies:python profileViews.py
cleanProxy.py
: Script to fetch, clean, and validate proxies.profileViews.py
: Script to automate profile views using valid proxies.requirements.txt
: List of required Python packages.valid_http.txt
,valid_https.txt
,valid_socks4.txt
,valid_socks5.txt
: Files containing valid proxies..gitignore
: Git ignore file to exclude unnecessary files from the repository.
This project is licensed under the MIT License.
This project is for educational purposes only. Use it responsibly and do not violate any terms of service.