https://github.com/jonluca/churning-tools
Tools to help the churning hobby
https://github.com/jonluca/churning-tools
Last synced: 10 months ago
JSON representation
Tools to help the churning hobby
- Host: GitHub
- URL: https://github.com/jonluca/churning-tools
- Owner: jonluca
- Created: 2017-10-25T20:36:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T06:12:36.000Z (about 6 years ago)
- Last Synced: 2025-02-10T07:30:05.008Z (over 1 year ago)
- Language: Python
- Size: 25.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Churning Tools
These are going to be a collection of random python files that aid in my churning hobby. They're mostly centered around modern web scraping.
### multithreaded_proxy_churner.py
Bulk of the program - a multithreaded, proxied web scraper that generates lists of valid and invalid files
### bank_of_america_generator.py
Wrote all possible combinations of a specific BoA URL to a file
### BankOfAmericaFast.cpp
First attempt at BoA url generation, written in C++. Very fast but pretty verbose. Deprecated - use the python version above