mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-07-19 08:55:57 +02:00
Update 'tool/mastodonwch/README.md'
This commit is contained in:
parent
da35b92663
commit
c480842698
1 changed files with 17 additions and 0 deletions
|
@ -85,3 +85,20 @@ ym int(6) INDEX
|
||||||
### Live demo
|
### Live demo
|
||||||
|
|
||||||
If you want to see this in action: [Onion](http://stopcloudflare@avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/mastodon/)
|
If you want to see this in action: [Onion](http://stopcloudflare@avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/mastodon/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### API
|
||||||
|
|
||||||
|
`http://(onion)/mastodon/?who=a&json`
|
||||||
|
|
||||||
|
`who`:
|
||||||
|
- `a`, Show Top 100 (Shared any links)
|
||||||
|
- `c`, Show Top 100 (Shared Cloudflare links)
|
||||||
|
- `f`, Show Top 100 (Shared FQDN)
|
||||||
|
- `u`, About Mastodon Users
|
||||||
|
|
||||||
|
Example:
|
||||||
|
`curl -x socks5h://127.0.0.1:9050 -G -H "Authorization: Basic c3RvcGNsb3VkZmxhcmU6" "http://-----.onion/mastodon/" -d "who=c" -d "json"`
|
||||||
|
|
||||||
|
> `[{"rank":1,"who":"xxx","toots":"xxx"},{"rank":2,...`
|
Loading…
Add table
Reference in a new issue