We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e41e commit 5910f12Copy full SHA for 5910f12
README.MD
@@ -0,0 +1,7 @@
1
+# Bash.im Scraper
2
+A utility written in Kotlin that scraps all the quotes from Russian bash.im website and writes them into a single JSONL file.
3
+# Building
4
+1. Run `./gradlew build` for *nix and `gradlew.bat build` for Windows.
5
+2. Newly built .jar files should be inside the `build/libs` directory.
6
+# Running
7
+`java -jar bashim-scraper-1.0.0-all.jar <output path>`
0 commit comments