webmention implementation for python, using and extending vrypan's webmentiontools
Python
Switch branches/tags
Nothing to show
Clone or download
BERJAYA Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
BERJAYA README.md
BERJAYA webmention.py
BERJAYA webmentionparser.py
BERJAYA webmentionsender.py
BERJAYA webmentiontoolsX.py

README.md

webmention

Deprecated. I no longer use this. Here just for backup of code. now using connection based on ronkyuu.

A Python implementation of the webmention protocol, for my site Parallel Transport

At present:

  • webmentiontoolsX extends vrypan's webmention-tools to return author name, author url, accept text/html response if sending a webmention.
  • webmention.py contains functions to parse, check and save a webmention as responses in a particular Django website.
  • webmentionsender contains function to parse contents of a post and send webmention to each link-href

To do

  1. retrieve author info using p-author and h-card.
  2. create self-contained object implementation of webmention parsing independent of Django implementation.