-
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
1 parent
c4429d0
commit 5ae06e0
Showing
3 changed files
with
27 additions
and
5 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 |
---|---|---|
|
@@ -42,10 +42,35 @@ After you have installed Java, download the latest release from the Releases sec | |
|
||
After you have download the archive, unzip it and double click the .jar to use! | ||
|
||
## Usage | ||
|
||
When you open the .jar file, you will see a window like this: | ||
|
||
![An image of the application](images/main-screenshot.png) | ||
|
||
The URL section is where you put the website you want to scrape emails or links from | ||
|
||
The Browser dropdown is where you choose the browser to use. You should use the one installed on your system. | ||
|
||
After you fill a link, you can scrape links or emails by clicking the buttons at the bottom. | ||
|
||
### Filters | ||
|
||
You can add filters to exclude certain emails/links from export. | ||
|
||
A filter is typically a text file containing content like this: | ||
|
||
```text | ||
https://google.com | ||
[email protected] | ||
``` | ||
|
||
Every excluded link/email should be in a new line for it to work as intended. | ||
|
||
## Planned features | ||
|
||
- [ ] Go through a list of links to scrape more links/emails | ||
- [ ] Filters | ||
- [x] Filters | ||
- [ ] Notifying the user when scraping is done | ||
- [x] Dark mode | ||
|
||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.