mirror of
https://bitbucket.org/skobkin/point-tools-crawler.git
synced 2024-12-05 02:25:53 +00:00
README.md draft.
This commit is contained in:
parent
d8646c21a2
commit
efc59f1a99
23
README.md
Normal file
23
README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Reference in a new issue