A server that receives Trackbacks, stores them in a database, and makes an endpoint available to retrieve Trackbacks by URL.
This project makes use of the Trackback features in the IndieWeb Utils library.
To install this server, run the following commands:
git clone https://github.com/capjamesg/trackback-server
cd trackback-server
pip install -r requirements.txt
This project uses a PostgreSQL database to store Trackbacks. To configure the database with this application, copy the the config_example.py
file into a new file called config.py
. Replace the variable values with the appropriate values for your database.
To run the app, execute the following command:
python3 trackback.py
This project is licensed under an MIT No Attribution License. See the LICENSE file for details.
- capjamesg