Skip to content

Commit d27a40e

Browse files
committed
added some documentation for the pastebin_scrape script
1 parent 7eb6b93 commit d27a40e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ For this one to work good you need an API key. I bought a lifetime access to the
2828

2929
You will also need to update your Scraping IP, in order to make it work: [Change Scraping IP](https://pastebin.com/doc_scraping_api)
3030

31-
python pastebin_scrape.py -v 1 -db 1 -api <YOUR_PASTE_BIN_API_KEY>
31+
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
3236

3337
### 2. pastebin_analyze.py
3438

0 commit comments

Comments
 (0)