fedi-block-api/README.md

41 lines
732 B
Markdown
Raw Normal View History

2022-03-04 17:18:11 +00:00
# Fedi block API
Used to see which instances block yours.
## software used:
2022-03-06 13:46:43 +00:00
2022-03-04 17:18:11 +00:00
- python 3.10.2
2022-03-06 13:46:43 +00:00
## Installation
2022-03-04 17:18:11 +00:00
2022-03-06 13:46:43 +00:00
```bash
2022-03-31 17:31:34 +00:00
sudo useradd -m fba
sudo mkdir -p /opt/fedi-block-api
sudo chown -R fba:fba /opt/fedi-block-api
sudo -Hu fba git clone https://gitlab.com/EnjuAihara/fedi-block-api.git /opt/fedi-block-api
cd /opt/fedi-block-api
2022-03-31 21:16:08 +00:00
sudo -Hu fba pip3 install -r requirements.txt
2022-03-31 17:31:34 +00:00
sudo -Hu fba cp blocks_preloaded.db blocks.db
2022-03-06 13:46:43 +00:00
```
2022-03-04 17:18:11 +00:00
2022-03-06 13:46:43 +00:00
### Install the services
2022-03-04 17:18:11 +00:00
2022-03-06 13:46:43 +00:00
```bash
sudo cp services/* /etc/systemd/system
2022-03-04 17:18:11 +00:00
```
2022-03-06 13:46:43 +00:00
### start the services
2022-03-04 18:25:29 +00:00
2022-03-06 13:46:43 +00:00
```bash
2022-03-31 17:31:34 +00:00
systemctl enable --now fetch_blocks
systemctl enable --now fedi_block_api
2022-03-04 18:25:29 +00:00
```
2022-03-04 17:18:11 +00:00
2022-03-11 21:43:10 +00:00
## Try it out
2022-04-22 17:49:23 +00:00
https://chizu.love/fedi-block-api
2022-03-11 21:43:10 +00:00
2022-03-04 17:18:11 +00:00
## License
2022-03-11 21:43:10 +00:00
[AGPLv3+NIGGER](https://plusnigger.autism.exposed/)