little-green-man / mastodon-follows
Mastodon Follows - 查找那些人关注的更多信息,以便您也能跟随。
v1.0.2
2023-04-17 00:19 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- illuminate/http: ^10.0
- illuminate/view: ^10.0
- nunomaduro/termwind: ^1.15
Requires (Dev)
- laravel-zero/framework: ^10.0
- laravel/pint: ^1.5
- mockery/mockery: ^1.5.1
- pestphp/pest: ^1.22.3
README
此工具由 Little Green Man 创建,旨在帮助您发现指定账户关注的 Mastodon 账户信息,帮助您找到值得关注的好人。
使用方法
要使用此工具,首先将其添加到您的计算机上
composer global require little-green-man/mastodon-follows
然后运行 mastodon-follows
,参数如下
必需参数
- url: 从中收集数据的跟随页面的 URL
可选参数
- personalInstance: 提供此参数,以便提供允许您更容易地关注用户的链接
- maxPages: 提供此正整数以停止处理用户页面
例如
mastodon-follows https://social.lgm.ltd/@elliot/following --personalInstance=social.lgm.ltd
将在您的当前目录中生成一个名为 "follows.html" 的文件。
开发
此工具由 Little Green Man 开发,是开源的,欢迎提交拉取请求(PR)。
许可
此软件采用 MIT 许可证授权。