18 lines
359 B
Markdown
18 lines
359 B
Markdown
# SPC fork of Bots from masto.es
|
|
|
|
## Installation
|
|
|
|
Create a venv and inside of it run:
|
|
|
|
pip install -r requirements.txt
|
|
|
|
## Running feditree
|
|
|
|
Create a '.env' file containing:
|
|
|
|
FEDI_DOMAIN=your-domain.tld
|
|
|
|
Create a file 'token/faggotree' containing your bearer token value
|
|
|
|
then just activate your venv or run python from your venv, with 'feditree.py'
|