Browse Source

Update README.md

to add comment on used libs.
Manoël Trapier 7 years ago
parent
commit
120057732c
1 changed files with 10 additions and 1 deletions
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -1 +1,10 @@
-# Tingstarter
+# Tingstarter
+
+
+
+### Library used
+ Tingstarter use two main libraries as it's core to scrape information from Kickstarter:
+ - a slightly modified version of [argaen/kickscraper](https://github.com/argaen/kickscraper)
+ - a heavily modified KS comments scrapper from [sheriferson/KSComCheck](https://github.com/sheriferson/KSComCheck)
+
+Both lib are directly embedded into the app to prevent potential dependencies issues, and because of the modifications.