[SOLVED] How hard would it be to implement something like a custom RSS retriever for Twitter? #354
Replies: 3 comments 23 replies
-
Hello @felipe19930. Discussions are exactly for these kinds of talks, okay. Generally, at this point we have several options and if they are feasible depends on how exactly you would want the feature to behave:
Difference is that 1. is more general and very flexible solution which will allow you to process all kinds of websites w/o feeds, convert them to feeds and then process feeds while option 2. is specifically designed to only work with Twitter (in a similar fashion like other already existing plugins like Inoreader or Nextcloud News plugin). Option 1. is meant to be programmed by me and then configured by users, option 2. must be entirely programmed either by me or by some contributor - at least basic knowledge of C++/Qt is needed. Note that if you would require some advanced Twitter-related functionality like adding +1 to posts or maybe commenting (?) on posts, only option 2. is viable. Also note that there is already existing well-defined RSS Guard plugin API for writing new "plugins" that every at least semi-competent C++ programmer could use. |
Beta Was this translation helpful? Give feedback.
-
@felipe19930 OK, raw functionality is there. You can now download latest development build and test the feature. Note that the feature was so far tested only under Windows. I will test with Linux on the evening within a week. If you have any questions, ask. |
Beta Was this translation helpful? Give feedback.
-
What about creating an interface to RSS feed generators that can create a feed link to almost any webpage? Something like https://rss.app/ or a free alternative. |
Beta Was this translation helpful? Give feedback.
-
I didn't want to open a new issue for this because it's mostly a question, but I wonder if RSS Guard provides an easy interface to create custom feeds for websites that don't provide a RSS interface at all, like Twitter.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions