fedi-block-api/README.md
2022-03-04 19:25:29 +01:00

38 lines
No EOL
739 B
Markdown

# Fedi block API
Used to see which instances block yours.
## software used:
- python 3.10.2
- node v17.6.0
- yarn 1.22.17
## how to use:
Copy the preloaded database to the live database
`cp blocks_preloaded.db blocks.db`
Start the mastodon API
Make sure to edit the `User` and `WorkingDirectory` of the service file accordingly.
```
sudo cp services/mastodon_api.service /etc/systemd/system
cd mastodon_api
yarn install
systemctl start mastodon_api
```
Fill the database with blocks.
Make sure to edit the `User` and `WorkingDirectory` of the service file accordingly.
```
sudo cp services/fetch_blocks.service /etc/systemd/system
systemctl start fetch_blocks
```
## License
[AGPLv3+NIGGER](https://plusnigger.autism.exposed/)