FeedNimbus is a feed client that seeks to improve content exploration presenting feed items grouped not by source, but by subject. The main topics are extracted from all items, and shown in a wordcloud. Also, this content presentation has the aim to avoid the scrolling prevalent in most social media.
Simplicity is a concern here. The UI seeks to be minimalist and no frameworks are used.
-
Clone the repo;
-
Install dependencies with pipenv
pipenv install- Run
pipenv run python3 app.py-
Click on Settings and set up your feedlist and, optionally, a list of stopwords;
-
Click on Reload to get the wordcloud from your feeds.
