feedspora
feedspora copied to clipboard
FeedSpora posts RSS/Atom feeds to your social network accounts.
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
The RSS is able to find the URL of an image embedded in a post with the `find_rss_image_url` function. It would be nice to have the same feature for Atom...
So I'm trying to use Feedspora to publish to mastodon, the mastodon connection is functional, toots gets published correctly, but I can't get the URL's of the post to be...
is there a way to specify where the config file is located? I'd like to run this for multiple users on a server, but without pipenv.
Hi, i want to read my Vimeo feed with feedspora, but i get an error: ``` INFO:root:Found database file feedspora.db INFO:root:Trying to read https://vimeo.com/strubbl/likes/rss as a file. INFO:root:File not found....
Hello, when I run python setup.py I get this output error, could you help me please? feedspora-master$ python setup.py Traceback (most recent call last): File "setup.py", line 6, in from...
I'm trying to get feedspora to work with 1 RSS feed to Mastodon, I have followed the instructions, the wiki, it seems I'm almost there but when I run the...
#### Problem 1 In `client_test.py`, the tests override the default `__init__` function of each client with `new_init`. Among other things, this `new_init` overrides the real provider with a fake one...
The Minds social media platform would likely be a good addition for FeedSpora. A Python API for Minds can be found at https://gitlab.com/granitosaurus/minds-api, and there may be others as well.
Remove getters/setters in `GenericClient`, either use @property if they are required or remove them
I noticed several getters/setters in `GenericClient`. The implementations of the corresponding attributes is quite simple, and their (unlikely) changes would only impact feedspora itself and would be easy to manage...