

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.

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.

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.'

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.
