capjamesg / trackback-server

A server to receive Trackbacks.

Home Page:https://trackback.jamesg.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trackback Server

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.

Screenshot

Screenshot of the Trackback Server

Installation

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

License

This project is licensed under an MIT No Attribution License. See the LICENSE file for details.

Contributors

  • capjamesg

About

A server to receive Trackbacks.

https://trackback.jamesg.blog

License:MIT No Attribution


Languages

Language:HTML 68.6%Language:Python 31.4%