Skip to content

capjamesg/trackback-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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