Skip to content

Commit 0d4a966

Browse files
authored
Merge pull request #3 from xmarkurion/dev
Dev
2 parents 73412a0 + c82d79c commit 0d4a966

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1105
-145
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Default ignored files
2+
# To delete only in repo use | git rm --cached out/*
23
/Resourced
3-
/out/artifacts/*
4-
/out/production/*
4+
/out
5+

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,32 @@ When you know what thread you would like to see on your drive.
88
Paste a link into a text box. The app will validate if link is correct.
99
You can instert there anny website link hoever the img will ge downloaded only from
1010
known to every one imageboard. If inside the thread there are webm's or gifs they will be saved to.
11+
App creates a folder in same location as .jar or .exe file. Called Resourced where you will find yourself.
12+
13+
This is SFW version i spend few days developing this.
14+
If you know where you could enable the other version.
15+
16+
### Main app workflow
17+
1. Paste the link into the text field and click check link.
18+
2. If link is correct app will generate folder "resources" in same location as jar/exe file.
19+
3. You can also use a link finder to find your links.
20+
21+
### Link-finder
22+
1. When you ready select from list on left an theard name and press "Get List of Threads" to fetch data.
23+
2. Select what you want ( with ctrl you can multi select ) -> ctrl plus click
24+
3. And when ready press "Action Que"
25+
4. If you want add more just select another theard from list and repeat step 1 to 3.
26+
5. Inside a window "Que Manager" -> all chosen links will appear.
27+
6. To download them press "Download"
28+
7. The download of links will start.
29+
8. Have fun.
30+
31+
## How to
32+
1. Make sure you have the java 18 installed. If not see Requirements.
33+
2. Move main application file into a folder where you want to have your data saved.
1134

1235
## Requirements
13-
This app requires Java 18 .. If you will install java 18 it should work too.
36+
This app requires Java 18 .. If you install java 18 it should work for you too.
1437
> You can find install files for it [here](https://www.oracle.com/java/technologies/downloads/#java18).
1538
1639
## GUI
@@ -20,6 +43,23 @@ The graphic interface done in Java Swing should look like this.
2043

2144
![After link validation](/readme/2.PNG)
2245

46+
![Link Finder](/readme/3.png)
47+
48+
![Que](/readme/4.png)
49+
50+
## Changelog
51+
* V.01 - Basic scraping func <br>
52+
* V.1.0 - Progress bar <br>
53+
* v.1.5 - Link finder <br>
54+
* v.1.6 - Que Manager. <br>
55+
* v.1.7 - Working que manager <br>
56+
* v.1.8 - Que batch mainly working. <br>
57+
58+
## TO DO
59+
- All up to date for now.
60+
61+
## Future
62+
[Please consider voluntary donation](https://www.paypal.com/donate/?hosted_button_id=3YSHKXRHQWCAJ).
2363

2464

2565

out/artifacts/four_chaninatorx_main_jar/MANIFEST.MF

Lines changed: 0 additions & 111 deletions
This file was deleted.
-13.3 MB
Binary file not shown.

out/production/classes/Main.class

-468 Bytes
Binary file not shown.
-1.49 KB
Binary file not shown.
-1.81 KB
Binary file not shown.
-670 Bytes
Binary file not shown.
-9.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)