A simple utility to find and download randomly found imgur images
Find a file
2021-09-19 18:06:32 +02:00
.gitignore Create .gitignore 2021-09-19 18:06:32 +02:00
bruteforcer.py Added: 2021-03-24 23:34:19 +01:00
README.md Updated README.md 2021-03-24 14:49:14 +01:00
saver.py Added: 2021-03-24 14:43:09 +01:00

py_imgur_bruteforcer

A simple utility to find and download randomly found imgur images

Features

  • CLI user interface
  • Blazingly fast
  • Saving images to local filesystem

TODO

  • Saving urls to .csv file

Requirements

  • requests library

Command line syntax

bruteforcer.py [workers] [ext] [len] [type]

[workers] -> int, no. of workers
[ext] -> string,  filename extention - png, jpg, jpeg, gif
[len] -> int, lenght of imgur_id - 5 or 7
[type] -> int, type of id's to scan - 1: letters 2: digits 3: mixed

bruteforcer.py h, for help