From efc59f1a99d16dd33c098305d5e135c300e31a88 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 22 Mar 2016 23:21:21 +0300 Subject: [PATCH] README.md draft. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bf941f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# README # + +### What is Point Tools Crawler for? ### + +Point Tools Crawler was written for dumping Point.im posts to Point Tools service. + +### How to build? ### + +You need Go 1.6+ installed to build this project. + +```bash +git clone https://skobkin@bitbucket.org/skobkin/point-tools-crawler.git +cd point-tools-crawler +go build +``` + +### How to use? ### + +Just run point-tools-crawler binary with its CLI parameters: + +```bash +./point-tools-crawler -l your_point_login -p your_point_password -t your_point_tools_crawler_api_token +``` \ No newline at end of file