Skip to content

Commit 5910f12

Browse files
committed
Add README.MD
1 parent aa8e41e commit 5910f12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)