We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb6b93 commit d27a40eCopy full SHA for d27a40e
README.md
@@ -28,7 +28,11 @@ For this one to work good you need an API key. I bought a lifetime access to the
28
29
You will also need to update your Scraping IP, in order to make it work: [Change Scraping IP](https://pastebin.com/doc_scraping_api)
30
31
- python pastebin_scrape.py -v 1 -db 1 -api <YOUR_PASTE_BIN_API_KEY>
+ python pastebin_scrape.py -v 1 \ # verbose mode
32
+ -db 1 \ # save to DB (without this, nothing will be saved)
33
+ -api <YOUR_PASTE_BIN_API_KEY> \
34
+ -mongodbhost <mongo_db_hostname> \ # default: localhost
35
+ -mongodbport <mongo_db_port> \ # default: 27017
36
37
### 2. pastebin_analyze.py
38
0 commit comments