Archived
1
0
Fork 0

feat: Add NVIDIA FE (#15)

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2022-07-22 19:34:03 +02:00
commit 991880f1c9
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
4 changed files with 228 additions and 0 deletions

View file

@ -157,6 +157,11 @@ Options:
* `amazon_fulfilled`: include only products packaged by Amazon
* `amazon_merchant`: include only products sold by Amazon
* `affiliate_links`: generate affiliate links with the partner tag
* `nvidia_fe` (optional)
* `locations`: list of NVIDIA stores (ex `["es", "fr", "it"]`)
* `gpus`: list of models (ex: `["RTX 3060 Ti", "RTX 3070"]`)
* `user_agent`: user agent to simulate a real web browser (ex: `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0`)
* `timeout`: maximum time before closing the request (optional)
* `twitter` (optional):
* `consumer_key`: API key of your Twitter application
* `consumer_secret`: API secret of your Twitter application