-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# profileminer | ||
A GUI which scrapes user profiles from popular websites. | ||
|
||
# System requirements | ||
|
||
- Linux OS | ||
- CUDA installation | ||
|
||
# Installation | ||
|
||
Simply download the executable from the releases page onto your Linux machine. | ||
|
||
You need to accept the License Agreement to use the software. | ||
|
||
# Usage | ||
|
||
You can specify a single username, a list of space-delimited usernames, or else import the usernames from a csv file. | ||
|
||
The output will be saved in the same directory as the executable. | ||
|
||
|
||
<img width="494" alt="Screenshot 2022-08-02 at 19 17 08" src="https://user-images.githubusercontent.com/110480830/182435161-abfde60b-168a-4d05-889c-239c5cf97da9.png"> |