mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-08 03:28:30 +03:00
Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -19,7 +19,26 @@ cd reddit-post-scraping-tool
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
# Windows GUI
|
||||
## Prerequisites
|
||||
* .NET 6.0 or later
|
||||
|
||||
**1.** Download the GUI from the releases page
|
||||
You can download the latest release of the gui from [here](https://github.com/bellingcat/octosuite/releases/latest)
|
||||
|
||||
|
||||
**2.** Extract
|
||||

|
||||
|
||||
**3.** Run the binary
|
||||
Once extracted, you can then run the program by double clicking on a binary named `RPST.exe`
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
# Usage
|
||||
|
||||
```
|
||||
python3 reddit-post-scraping-tool.py --keyword [keyword] --subreddit [subreddit name (without 'r/')]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user