https://github.com/capjamesg/trackback-server
A server to receive Trackbacks.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Keywords
Repository
A server to receive Trackbacks.
Basic Info
- Host: GitHub
- Owner: capjamesg
- License: mit-0
- Language: HTML
- Default Branch: main
- Homepage: https://trackback.jamesg.blog
- Size: 977 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
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

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
Owner
- Name: James
- Login: capjamesg
- Kind: user
- Location: Scotland
- Company: @Roboflow
- Website: jamesg.blog
- Repositories: 320
- Profile: https://github.com/capjamesg
from words, wonder.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0