Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

services.py isn't dynamic #18

Open
dmdhrumilmistry opened this issue Oct 3, 2022 · 0 comments
Open

services.py isn't dynamic #18

dmdhrumilmistry opened this issue Oct 3, 2022 · 0 comments

Comments

@dmdhrumilmistry
Copy link

  • 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant