-
A lot of websites already provide feeds in RSS or Atom format. Popular browsers, like Mozilla Firefox, Microsoft Internet Explorer or Safari include features to view such feeds and subscribe to them. …
-
https://github.com/buckket/twtxt/blob/master/twtxt/cli.py#L72-L73
If that fails, a nice error message is reported and execution continues as usual, including executing the `post_tweet_hook`. I feel l…
-
Would it be possible to change the specification of a message to include a rfc3339 timestamp? ISO 8601 is a lot harder to parse and allows constructs like 2016-W15-03 that are not parsed correctly by …
-
During experimenting, the 'timeline' option can be run quite often though there are no changes. The cache works, but still has to ping the remote servers for no reason.
I'd like to see a config optio…
kdave updated
8 years ago
-
It would be awesome to have a simple copy-paste feature for a specific user or all users to paste into own following section in twtxt config.
You can have this if you implement and release it: :cake:…
-
```
$ curl -X POST https://registry.twtxt.org/api/plain/users?url=http://htwtxt.plomlompom.com/feeds/Test&nickname=Test
[1] 26131
$ `nickname` and `url` must be provided.
```
What am I doing wrong?
-
> Tip: Instead of installing the package globally (as root), you may want to install this package locally by passing --user to pip, but you then have to make sure that you have included ~/.local/bin/ …
-
I think twtxt would fit well into the [IndieWebCamp ecosystem](http://indiewebcamp.com/), particularly with support for [webmentions](http://indiewebcamp.com/webmention) and [microformats](http://micr…
-
https://github.com/buckket/twtxt/blob/master/twtxt/file.py#L29-L36
This function is not atomic. Should writing to the file fail for any reason, the file may be corrupted and require manual cleanup.
…
-
I just submited a PR #53 to establish a sphinx documentation.
It would be nice to extend this documentation to cover the major features and implementation details of twtxt.