Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mataku/lastweettt
Show my latest tweet
https://github.com/mataku/lastweettt
Last synced: 12 days ago
JSON representation
Show my latest tweet
- Host: GitHub
- URL: https://github.com/mataku/lastweettt
- Owner: mataku
- Created: 2016-08-28T12:27:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T12:51:58.000Z (over 8 years ago)
- Last Synced: 2024-12-24T00:38:49.545Z (12 days ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### 事前設定
1. Rustをインストール
2. `$ cp twitter_key_templates.yaml twitter_key.yaml`
3. twitter_key.yaml に取得したkey, tokenを書く### Install to `~/.cargo/bin`
```bash
$ cargo install
```### とりあえず動かしたい場合
```bash
$ cargo run
```### opensslに関連するコンパイルエラー
- HomebrewのOpenSSLの場合
```bash
$ export OPENSSL_INCLUDE_DIR=$(brew --prefix openssl)/include
$ export DIR_OPENSSL_INCLUDE=$(brew --prefix openssl)/include
$ cargo install
```