https://github.com/capjamesg/trackback-server

A server to receive Trackbacks.

https://github.com/capjamesg/trackback-server

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

indieweb social-web trackback trackback-endpoint
Last synced: 6 months ago · JSON representation

Repository

A server to receive Trackbacks.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
indieweb social-web trackback trackback-endpoint
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

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

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

Owner

  • Name: James
  • Login: capjamesg
  • Kind: user
  • Location: Scotland
  • Company: @Roboflow

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi