Skip to content

Commit

Permalink
Mise à jour README
Browse files Browse the repository at this point in the history
Mise à jour des packages nécessaires.
  • Loading branch information
Laurent-Andrieu authored Aug 27, 2020
1 parent bfe0dc8 commit b34af9d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ Enfin entrez `git clone https://github.com/Laurent-Andrieu/Google_dork/` pour cl
### Python packages
* [Python Version 3.8](https://www.python.org/downloads/release/python-382/)
* json
* optparse
* os
* urllib
* sys
* urllib.error
* urllib.request
* [requests](https://pypi.org/project/requests/)

### API creditentials
Expand All @@ -39,21 +42,21 @@ Générer une clé API limitée:
## Utilisation

Appelez le script avec les paramètres:
```bash
```console
Google_dork.py -t ANYTHING -e pdf -q 10 -c FR -k APIKEY -i ENGINEID
```
Pour télécharger dans un dossier souhaité:
```bash
```console
Google_dork.py [paramètres] -f PATH
```
Pour sélectionner uniquement les livres en ligne:
```bash
```console
Google_dork.py [paramètres] -b
```

**Optionnellement**

Modifiez le [sous fichier](https://github.com/Laurent-Andrieu/Google_dork/blob/master/Google_dork.py#L142) de téléchargement des fichiers:
```Python {.line-numbers}
```Python
DIR = DEST_PATH + 'Documents'
```

0 comments on commit b34af9d

Please sign in to comment.