-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
112 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ Cargo.lock | |
**/*.rs.bk | ||
|
||
pic/ | ||
config.toml | ||
config.toml | ||
tweet-like-listener |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# tweet-like-listener | ||
# tweet-like-listener (推特点赞图片下载) | ||
|
||
Download your 'like' images on twitter automatically. | ||
号养好了,每天上推特都是色图,又懒得手动右键下载图片,那就把这项工作自动化吧! | ||
|
||
## 功能 | ||
* 指定账号轮询,下载其近期点赞的推特图片到本地 | ||
* 多账号支持,群 友 严 选 | ||
|
||
## 使用 | ||
1. **important** 需要[推特开发者账号](https://developer.twitter.com/en/portal/petition/essential/basic-info),请在里面申请并创建一个应用,得到 access_key(这是你访问推特 API 的凭证) | ||
2. **important** 自行解决科学上网问题 | ||
3. release 下载对应平台应用(也可以本地 cargo 编译) | ||
4. 执行应用(第一次执行会生成 config.toml 文件,如果没有请在相同目录下新建) | ||
5. 填写 config.toml 文件 | ||
6. 再次执行应用,并使用任意方式让其能一直跑下去 | ||
|
||
## What you need | ||
|
||
* a twitter developer account | ||
* a server / computer that can reach twitter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters