point-tools-crawler/README.md

23 lines
538 B
Markdown
Raw Permalink Normal View History

2016-03-22 20:21:21 +00:00
# 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
2016-03-25 15:09:41 +00:00
go get bitbucket.org/skobkin/point-tools-crawler
2016-03-25 15:10:11 +00:00
cd $GOPATH/src/bitbucket.org/skobkin/point-tools-crawler
2016-03-22 20:21:21 +00:00
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
```