#twitter #real #who #tweet #people #hope #command

app rtwi

希望真实推特的用户的Twitter命令行工具

5个版本

0.2.0 2021年2月8日
0.1.12 2021年2月7日
0.1.11 2021年2月7日
0.1.1 2021年2月7日
0.1.0 2021年2月6日

#615命令行界面

MIT 许可证

17KB
392 代码行

RTWI (Real Twitter)

rtwi at crates.io

什么是RTWI?

在Twitter上,你不需要找到其他人的推文,因为 twitter 的意思就是 a person who tweet。在RTWI上,你只能发推文,所以你可以体验 Real Twitter

高性能

以下是一个表格,列出了每个客户端发送 'hello everyone' 推文所需的时间。

客户端 时间(秒)
Twitter网页应用 8.63
rtwi 7.34

安装

  1. 从GitHub安装
$ git clone https://github.com/earlgray283/rtwi.git
$ cd rtwi
$ cargo build --release
$ cp ./target/release/rtwi path/to/dir

$ cargo install rtwi

用法

1. 登录

要使用 rtwi,你必须生成Twitter API密钥。
请在以下控制台生成API密钥。

$ rtwi login
.
.

你也可以通过创建 $HOME/.config/rtwi/Config.toml 来登录。
请参阅 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

2. 发推文

$ rtwi tweet 'hello from rtwi. I use †Real Twitter†.'
status: tweeted

3. 状态

$ rtwi status
display name: あーるぐれい
user_id: @earlgray329
bio: セイロンが好きです

配置(TODO)

如果你希望,你可以逃离 Real Twitter 并在rtwi上查看 Timeline

[config]
real_twitter = false

依赖项

~9–24MB
~333K SLoC