Skip to content

webmention implementation for python, using and extending vrypan's webmentiontools

Notifications You must be signed in to change notification settings

kartikprabhu/webmention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

webmention implementation for python, using and extending vrypan's webmentiontools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages