Skip to content

Simple yet powerful request generator based on asynio/aiohttp (Python 3.7) that generates the maximum possible number of requests from your personal device to a server.

fadeevab/18-lines-request-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

18 Lines of the Powerful Request Generator with Python (asyncio/aiohttp)

Simple yet powerful request generator based on asynio/aiohttp (Python 3.7) that generates the maximum possible number of requests from your personal device to a server. "18 Lines of the Powerful Request Generator with Python (asyncio/aiohttp)".

Note: "18 lines" stands for "18 lines of code" excluding empty lines and comments.

Image: Event Loop Python Asyncio

How To Use

  1. Copy 18-lines-request-generator.py to your local folder.
  2. Run:
    $ python3.7 18-lines-request-generator.py
    or
    $ chmod +x 18-lines-request-generator.py
    $ ./18-lines-request-generator.py
  3. How to measure execution time:
    $ time ./18-lines-request-generator.py

About

Simple yet powerful request generator based on asynio/aiohttp (Python 3.7) that generates the maximum possible number of requests from your personal device to a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages