https://github.com/mataku/lastweettt
Show my latest tweet
https://github.com/mataku/lastweettt
Last synced: about 6 hours ago
JSON representation
Show my latest tweet
- Host: GitHub
- URL: https://github.com/mataku/lastweettt
- Owner: mataku
- Created: 2016-08-28T12:27:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T12:51:58.000Z (almost 9 years ago)
- Last Synced: 2025-07-06T18:51:03.849Z (10 days ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- 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
```