Tools for implementing a webmention enpoint.
Project description
went stands for webmention endpoint tools.
import went
webmention = went.Webmention(source_url, target=target_url)
webmention = went.Webmention(source_html, target=target_url)
webmention.date == '2015-02-26'
webmention.url == 'http://someone.com/blog/hello.html'
webmention.name == 'Hello'
webmention.body == '<p>Hello!</p>'
webmention.via == 'twitter.com' # bridgy-specific
webmention.author['name'] == 'Someone'
webmention.author['url'] == 'http://someone.com/'
webmention.author['photo'] == 'http://someone.com/photo.jpg'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
went-0.0.10.tar.gz
(2.3 kB
view details)
File details
Details for the file went-0.0.10.tar.gz
.
File metadata
- Download URL: went-0.0.10.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de8ce5340ec33f2f938036b46f63cd68c338c8c2c1e542ad126dab491fdc53a |
|
MD5 | 1fcd272b1037c2fc9dabc1161cc4cd84 |
|
BLAKE2b-256 | 7bc65bdfb7ada723c989b317d3ce66f25874365f4d54b2da91ce5158b85529a5 |