Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Aug 20, 2021
1 parent 842be6d commit 114be92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ fake_traffic(country='US', language='en-US")
from fake_traffic import fake_traffic

fake_traffic(country='US', language='en-US", threads=2, min_wait=1, max_wait=5, debug=True)
""" country = country code ISO 3166-1 Alpha-2 code (https://www.iso.org/obp/ui/),
""" Imitating an Internet user by mimicking popular web traffic (internet traffic generator).
country = country code ISO 3166-1 Alpha-2 code (https://www.iso.org/obp/ui/),
language = country-language code ISO-639 and ISO-3166 (https://www.fincher.org/Utilities/CountryLanguageList.shtml),
threads = number of threads (defaults to 1),
min_wait = minimal delay between requests (defaults to 1),
max_wait = maximum delay between requests (defaults to 30),
debug = if True, then print the details of the requests (defaults to False).
"""
```
---
### Example
Expand Down

0 comments on commit 114be92

Please sign in to comment.