-
I'm hoping someone here can point me in the right direction- I can bump up the unit test coverage if I can get pycov working.
```
$ py.test --cov-config .coveragerc --cov=twtxt
=====================…
-
It seems adding a page parameter to an url does nothing. When i query the tweets endpoint with page=0, page=5 or page=10 twtxt-registry returns the same tweets.
-
Like proposed here: https://github.com/buckket/twtxt/issues/3#issuecomment-182738604
This allows searching the webserver’s access log for one’s followers.
Format: `twtxt/1.2.3 (+https://example.com/t…
-
Here's an excerpt from a recent twtxt conversation with @buckket:
``` txt
2016-02-13T10:07:37+0000 Are #twtxt @usernames case-sensitive?
2016-02-13T11:52:04+01:00 @ As far as mentions go: yes.
2…
-
I host a twtxt file at https://dracoblue.net/twtxt.txt
If I reply to somebody like @buckket it's not clea if other people saved him as @buckket, too. Or a different person.
Would it be possible to h…
-
Hello,
it would be nice, if the client ignores lines starting with `#`. This way the feed format would be extensible with e.g. the date of creation or other meta fields (e.g. `# nickname dracoblue` i…
-
See picture (using dev version with Atom/RSS support, following a podcast feed):
![twtxt-contrast-fail](https://cloud.githubusercontent.com/assets/60905/13090773/00345f1c-d4f8-11e5-9247-273779b68480.p…
-
The relative time format displayed by twtxt (“2 hours ago”) makes it harder to comprehend the timeline.
First, it is relative not to the current time (when the user is reading the text), but to the t…
-
Instead use Sphinx to document twtxt.
-
In https://github.com/buckket/twtxt/blob/master/twtxt/mentions.py#L16 we have
``` py
short_mention_re = re.compile(r'@(?P\S+)')
```
Shouldn't the ‘\S+’ be a ‘\w+’? It seems that if people mention se…