skallwar.suckit/.gitignore
SpyrosRoum e11ed48b46
feature: Add random (#66)
* Add a random delay of 2 - 7 seconds between downloads

* Add command line args for delay and move delay to method

* Ignore .idea folder

* Update test for scraper to work with new low and high arguments

* Add a comment

* Remove unnecessary `&` for method call to self

* Rename `low` and `high` to `--delay` and `--random-range`

* Test different values for new arguments

* rename variable for consistency

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>

* change help for clarity purposes

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>

* Some whitespace

Co-authored-by: CohenArthur <arthur.cohen@epita.fr>

* Some whitespace

Co-authored-by: CohenArthur <arthur.cohen@epita.fr>

* rename variable for consistency

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>

* Fix variable names

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>
Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
2020-05-06 14:44:04 +02:00

9 lines
67 B
Plaintext

# Cargo directories
/target
**/*.rs.bk
# Ignore tags
tags
.idea/