goglhorse.blogg.se

Python rss reader
Python rss reader













python rss reader
  1. PYTHON RSS READER INSTALL
  2. PYTHON RSS READER SOFTWARE
  3. PYTHON RSS READER TRIAL

Opened on localhost:8080 - Simple as that. Stringer # $ docker run -rm -it -e DATABASE_URL = "sqlite3:':memory:'" -p 8080:8080 mdswanson/stringer I'm running these locally to assess before deploying to my server.

PYTHON RSS READER INSTALL

Github at the time had a 🛑build error + Java turned me awayīuilt With: Java 😱 at the time of reviewing had a 'build: error'įinal round contenders: Miniflux, Stringer and Winds 🏁 Top 3 contenders - Install and Review #

PYTHON RSS READER TRIAL

Test Website: No - but free trial Commafeed # Like Selfoss - Didn't look further at this one PHP+ugly = 😱🏃‍♂️.ĭidn't look further as the app tech + ui wasn't appealing to me.

  • Save articles to third-party services e.g.
  • Play videos from YouTube channels directly inside Miniflux.
  • Support multiple enclosures/attachments (Podcasts, videos, music, and images).
  • python rss reader

    PYTHON RSS READER SOFTWARE

    Slightly ugly, but I agree with the software philosophy of keeping it simple.īuilt With: Plain go-lang+minimal vanilla JavaScript Ultra simplicity in terms of stack and UI.

  • Keyboard shortcuts (I use Vimium so not sold on this)ĭidn't look further at this one PHP+ugly = 😱🏃‍♂️.
  • python rss reader

    Test Website: No, but has a click to deploy to Heroku option 'has no external dependencies, no social recommendations/sharing, and no fancy machine learning algorithms.'

  • Recommender service via external service.
  • Test Website: No, but free account creation Which I then filtered based on my UI and tech preferences i.e. There's a bunch of open source Feed Readers listed on the Feed Reader section of Awesome Self-Hosted. How do I keep track of new content without signing up to a thousand newsletters or entering a walled garden?
  • Solve the problem of - huh this blog/site was really interesting.
  • I believe there are interesting blogs out there that I don't necessarily see unless they are surfaced through the front page of search results or aggregators like Hacker News or Reddit. For a while, a lot of people used the popular Google Reader RSS application - unfortunately, as with many loved Google projects it got killed off because of declining usage and it didn't generate revenue. This runs against the current closed off portions of the web like Facebook that keep content behind their account login - i.e. It aims to be an open standard for the open web, where applications can get updates from websites. The Best Self-Hosted RSS Feed Readers What is RSS? # Print("-d : Deletes that url from the database.The Best Self-Hosted RSS Feed Readers Luke Singham If len(sys.argv) : Adds an URL to the database.") Print("That record cannot be deleted/doesn't exist.") Print("No such option, please try again.")įeed_url = str(input("Please enter the url to the RSS feed: "))ĭel_choose = int(input("Enter the number of the feed you want to delete:")) Menu_input = int(input("Choose an option : ")) Print("Welcome to my console RSS reader!") Print(" ".format(time.asctime(entry), entry, entry)) '''A function that parses all the feed results for the URLs in feed_urls array and prints the results in human readable form.'''įeed_results.append()įor feed_name, entries in feed_ems(): With open("feedurls.data", "rb") as data_file: '''A function that retrieves all the feeds urls from a file on disk, and returns it.'''

    python rss reader

    With open('feedurls.data', 'wb') as data_file: '''A function that gets an argument: all the feeds urls into an list and stores it into a file on disk.''' It's a really simple script, but it would mean a lot to me if you can get me any feedback so I can look into the errors I made and fix them (and learn even more while doing it!)įeedparser_dir = os.path.join(os.path.dirname(os.path.abspath(_file_)), "feedparser") I know I didn't say very much about the RSS reader, but in fact there isn't too much to say. Criticism is welcomed (just keep in mind that I started learning Python few days ago, so don't be too harsh )! What I'm asking from you is if anyone wants and has the time to go trough my code, try the script out and get me any feedback, like what should I do next, add any new features or point out some mistakes that I have made while coding. It has functionalities like adding/removing URLs from the feeds and reading those feeds. The rss reader currently has a menu, and also receives command line arguments (run the script with "-h" or "-help" for more info). I started learning Python 3 four days ago and I wrote a little command line RSS Reader (~120 lines) using the feedparser module.















    Python rss reader