| Crates.io | rtwi |
| lib.rs | rtwi |
| version | 0.2.0 |
| created_at | 2021-02-06 08:02:46.473758+00 |
| updated_at | 2021-02-08 06:36:33.095456+00 |
| description | Twitter Command Line Tool for people who hope real twitter |
| homepage | |
| repository | https://github.com/earlgray283/rtwi |
| max_upload_size | |
| id | 351458 |
| size | 49,800 |
On twitter, you don't need to find other person's tweets because twitter means a person who tweet. On RTWI, you can only tweet, so you can experience Real Twitter.
Here is a table which includes times to tweet 'hello everyone' for each client.
| Client | time(sec) |
|---|---|
| Twitter Web App | 8.63 |
| rtwi | 7.34 |
$ git clone https://github.com/earlgray283/rtwi.git
$ cd rtwi
$ cargo build --release
$ cp ./target/release/rtwi path/to/dir
or
$ cargo install rtwi
To use rtwi, you must generate Twitter API keys.
Following console, please create api keys.
$ rtwi login
.
.
also you can login by creating $HOME/.config/rtwi/Config.toml.
Please see https://github.com/earlgray283/rtwi/blob/main/Config.toml.
$ mkdir -p $HOME/.config/rtwi/
$ echo '
name = "@earlgrayyyy!!!!"
[twitter_api_info]
api_key = "api_keyyyy!!!!"
api_secret_key = "api_secret_keyyyy!!!!"
access_token = "access_tokennnn!!!!"
access_token_secret = "amazing_mightyyyy!!!!"' > $HOME/.config/rtwi/Config.toml
$ rtwi tweet 'hello from rtwi. I use †Real Twitter†.'
status: tweeted
$ rtwi status
display name: あーるぐれい
user_id: @earlgray329
bio: セイロンが好きです
If you hope, you can escape from Real Twitter and can watch Timeline on rtwi.
[config]
real_twitter = false