An open API service indexing awesome lists of open source software.

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

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