71 Commits

Author SHA1 Message Date
8886fd5d2d Remove HTML tags from content.
Do this as early as processing the entry so later steps can count
on it (esp. when counting characters)

Also add a new requirement: beautifulsoup4.
2019-03-31 00:00:53 +01:00
fc56be6d70 Filter entries prior to processing any entry.
This saves processing time, esp. since for most installation
there should not be so many changes and most times, there will
be zero entries to be posted, thus there is not need to process them.
2019-03-31 00:00:50 +01:00
e99c18b249 Sort entries in reverse published order.
In a feed typically the newest entries are on top, while the older
ones should be posted first. Thus reverse the order, based on
publish date.

Closes #4.
2019-03-30 23:59:40 +01:00
493c1ad3f3 Add minimal argparse support to get support for --help.
Closes #5.
2019-03-29 21:32:36 +01:00
078f0edbf7 updated readme template section 2019-03-10 10:18:58 +01:00
9d101a0dad added entry.link to support youtube rss
youtube RSS (e.g. https://www.youtube.com/feeds/videos.xml?channel_id=UCsXVk37bltHxD1rDPwtNM8Q) uses link tags so I added them to them.
2019-03-10 10:16:42 +01:00
37aedd9e56 try 499? 2018-10-23 19:45:16 -04:00
9adcf3342a truncate at 500 chars v0.0.10 2018-10-23 14:14:04 -04:00
346cea831a new version v0.0.9 2018-10-21 07:01:21 -04:00
e4d7de6128 new app creation now works 2018-10-21 07:00:09 -04:00
96d4d104d8 another post problem v0.0.8 2018-06-09 14:06:57 -04:00
814c10c803 new version (again) 2018-06-09 14:03:52 -04:00
625d6b7a4a fix mastodon posting 2018-06-09 14:03:18 -04:00
96567eef7c docs 2018-06-09 13:53:02 -04:00
5917ef7137 more fixes for tags 2018-06-09 13:51:00 -04:00
17eead1ab0 fixed hashtags 2018-06-09 13:35:58 -04:00
5911f648c2 fixed python_requires 2018-06-09 13:33:59 -04:00
baf971a377 require python3 2018-06-09 13:31:05 -04:00
6699d14a07 ignore dist 2018-06-09 13:29:09 -04:00
482ff34430 added hashtags 2018-06-09 13:28:17 -04:00
bdc72c289f initial 2018-06-09 12:53:44 -04:00