https://github.com/ww24/got
Go Twitter utility tools
https://github.com/ww24/got
Last synced: about 2 months ago
JSON representation
Go Twitter utility tools
- Host: GitHub
- URL: https://github.com/ww24/got
- Owner: ww24
- License: mit
- Created: 2015-10-17T10:20:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T17:11:31.000Z (over 9 years ago)
- Last Synced: 2025-02-09T10:46:26.453Z (3 months ago)
- Language: Go
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Twitter utility tools
========================[![Build Status][travis-img]][travis-url]
[![Coverage Status][coveralls-img]][coveralls-url]Twitter API を利用したりスクレイピングするコマンドラインツールです。
Usage
-----
```
NAME:
got - Go Twitter utility toolsUSAGE:
got [global options] command [command options] [arguments...]VERSION:
0.1.0COMMANDS:
fetch-images, fi
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```### fetch-image
screen name を指定してユーザの画像をダウンロードできます。```
NAME:
got fetch-images - fetch user imagesUSAGE:
got fetch-images [command options]OPTIONS:
--size "10" size of fetch image
--lastid "0" fetch start tweet ID
--orig set original image flag
--download auto download images
```Download
--------
[Releases](https://github.com/ww24/got/releases)* `all-in-one.tar.gz` と `all-in-one.zip` には全てのプラットフォーム向けの実行ファイルが含まれています。
* `got-` から始まるファイルは、各プラットフォーム向けの実行ファイルです。環境に合わせてダウンロードして下さい。LICENSE
-------
[MIT](LICENSE)[travis-url]: https://travis-ci.org/ww24/got
[travis-img]: https://api.travis-ci.org/ww24/got.svg
[coveralls-url]: https://coveralls.io/github/ww24/got?branch=master
[coveralls-img]: https://coveralls.io/repos/ww24/got/badge.svg?branch=master&service=github