Point Tools posts crawler writen in go.
Go to file
Alexey Skobkin 9efce351d8 Limit bugfix. 2016-03-28 02:52:29 +03:00
point Crawler now supports 2 new flags: -u (select from uuid) and -c (number of pages to get). 2016-03-28 02:48:16 +03:00
point_tools PointToolsClient now have token in parameters. 2016-03-22 22:50:04 +03:00
simple_http Code style fix. 2016-03-21 23:54:09 +03:00
.gitignore initial 2016-03-07 23:04:50 +03:00
README.md README.md fixed. 2016-03-25 18:10:11 +03:00
point_post_crawler.go Limit bugfix. 2016-03-28 02:52:29 +03:00

README.md

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.

go get bitbucket.org/skobkin/point-tools-crawler
cd $GOPATH/src/bitbucket.org/skobkin/point-tools-crawler
go build

How to use?

Just run point-tools-crawler binary with its CLI parameters:

./point-tools-crawler -l your_point_login -p your_point_password -t your_point_tools_crawler_api_token