Skip to content

Commit 7eb6b93

Browse files
committed
added some documentation for new features
1 parent 1cae778 commit 7eb6b93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ You will also need to update your Scraping IP, in order to make it work: [Change
3232

3333
### 2. pastebin_analyze.py
3434

35+
Once step 1 has finished a cycle you want to analyze whatever there is which is of interest to you. So start writing a keywordlist. One row, one keyword.
36+
37+
When you have finished, start the analze module:
38+
39+
python pastebin_analyze.py -f <path_to_keyword_file> \
40+
-mongodbhost <mongo_db_hostname> \ # default: localhost
41+
-mongodbport <mongo_db_port< # default: 27017
42+
43+
Finally it will create collections for all of the keywords it found and copy the pastebin into that collection. There might also be empty collections. Sometimes you
44+
just can't find anything you are searching for :-()
3545
### 3. pastebin_accumulate.py
3646

3747
### Access Data via Flask API

0 commit comments

Comments
 (0)