3 个版本 (破坏性更新)
0.2.0 | 2022 年 11 月 11 日 |
---|---|
0.1.0 | 2022 年 11 月 11 日 |
0.0.0 | 2022 年 11 月 10 日 |
#353 in 电子邮件
12KB
289 行
查找 Github 邮箱
查找 GitHub 用户电子邮件。
API
https://githubdocs.cn/en/rest/activity/events
在线
Rust
#[tokio::test]
async fn find_email() {
use github_email::{parse_queries, Authors};
let mut authors = Authors::default();
let url = r#"
https://github.com/oovm/
https://github.com/oovm/get-github-email
"#;
for query in parse_queries(url) {
authors.query(query).await.ok();
}
println!("{authors}")
}
依赖
~4–19MB
~245K SLoC