ni_bomber icon indicating copy to clipboard operation
ni_bomber copied to clipboard

services.py isn't dynamic

Open dmdhrumilmistry opened this issue 1 year ago • 0 comments

  • services.py module contains hard coded and repeated values which decreases efficiency
  • use json/yaml file which can contain all the information such as endpoint, headers, etc which can be read using json package then send request using a function to do repetitive task https://github.com/Nikait/ni_bomber/blob/master/services.py#L71-L77
  • use aiohttp module to send requests at faster rate

dmdhrumilmistry avatar Oct 03 '22 15:10 dmdhrumilmistry