Something something stop bad instances
Go to file
Divided by Zer0 cf12654102
feat: PMs via Mastodon Proxy (#21)
* feat: proxy pms

* working proxy PMs

* feat: support PMs for all SW

* working test
2023-09-14 00:26:03 +02:00
examples sysadmins and moderators 2023-09-10 18:43:08 +02:00
fediseer feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
sql_statements feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
.env_template feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
.gitignore feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
CHANGELOG.md feat: Endorsement reasons 2023-09-13 13:58:34 +02:00
LICENSE AGPL 2023-06-21 02:25:24 +02:00
README.md fix: update_blacklist.py now uses pythonseer 2023-08-09 16:20:10 +02:00
mastodon_proxy_login.py feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
quickrun.py Fediseer refactoring (#6) 2023-06-24 02:23:53 +02:00
requirements.txt feat: PMs via Mastodon Proxy (#21) 2023-09-14 00:26:03 +02:00
server.py fix_linkl 2023-07-12 12:51:24 +02:00
test.py Feat: Allows instances to pull a badge (#13) 2023-06-27 16:11:51 +02:00

README.md

Fediseer

This service provides an REST API which can be used to retrieve various information about Fediverse instances, particularly focused on detecting and countering bad actors.

It's reliant on the Lemmy Fediverse Observer

The currently running instance is on https://fediseer.com

See devlog: https://dbzer0.com/blog/overseer-a-fediverse-chain-of-trust/

Libraries

We provide a Python library to interact programmatically with the fediseer api: Pythonseer

Badges

You can retrieve and display a badge for your fediverse domain by requesting a .svg for it on a special endpoint

/v1/badges/guarantees/{domain}.svg will give you an badge of guarantee, mentioning the domains which guaranteed for your domain

Example:

[![](http://fediseer.com/api/v1/badges/guarantees/lemmy.dbzer0.com.svg)](https://fediseer.com/api/v1/whitelist/lemmy.dbzer0.com)`

/v1/badges/endorsements/{domain}.svg will give you an badge of endorsements, providing a count of how many other fediverse domains guaranteed for yours

Example:

[![](http://fediseer.com/api/v1/badges/endorsements/lemmy.dbzer0.com.svg)](https://fediseer.com/api/v1/endorsements/lemmy.dbzer0.com)`