Mirror of fedi block api
Find a file
2022-03-23 22:52:46 +01:00
apis added base_url 2022-03-22 17:09:18 +01:00
services added the fedi block api 2022-03-06 14:46:43 +01:00
.gitignore added the fedi block api 2022-03-06 14:46:43 +01:00
blocks_preloaded.db added software column 2022-03-11 22:20:40 +01:00
fetch_blocks.py fetch from instances from database instead of text files 2022-03-21 14:04:44 +01:00
LICENSE added license 2022-03-03 17:16:06 +01:00
README.md changed api url 2022-03-23 22:52:46 +01:00

Fedi block API

Used to see which instances block yours.

software used:

Installation

Copy the preloaded database to the live database

cp blocks_preloaded.db blocks.db

Install the services

Make sure to edit the User and WorkingDirectory in each service file accordingly.

sudo cp services/* /etc/systemd/system

Install node packages

cd apis
yarn install

start the services

systemctl start mastodon_api
systemctl start fetch_blocks
systemctl start fedi_block_api

Try it out

https://chizu.love/fedi-block-api/api

License

AGPLv3+NIGGER