Skip to content

Request a bunch of URLs provided and stores the response in different files and folders.

Notifications You must be signed in to change notification settings

sillzaarh/rstorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Response Storer

This is a simple python tool which request a bunch of URLs provided and stores the response in different files and folders. It requests new URL without waiting for the resposne of the last request and stores the response in a folder. But this can be hard on system resources.

Usage

rstorer demo


usage: rstorer.py [-h] [-u] [-l] [-p] [-o]

Response Storer

options: -h, --help show this help message and exit -u , --url enter the URL (URL should be provided in proper format) -l , --list enter the path to file of list of URLs -p , --proxy enter the proxy URL -o , --output enter the folder name to save the output

Installation

Clone the repository

git clone https://github.com/mmbverse/rstorer.git
cd rstorer

Python

pip install -r requirements.txt
python rstorer.py

Bash

pip3 install -r requirements.txt
chmod +x rstorer.py

# copy to /usr/local/bin to access the tool from anywhere
sudo cp rstorer.py /usr/local/bin/rstorer

About

Request a bunch of URLs provided and stores the response in different files and folders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages