Coder Social home page Coder Social logo

ak5cel / feedforest Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 669 KB

A simple newsfeed subscription service built using Flask.

Python 18.37% CSS 30.67% HTML 13.02% JavaScript 1.80% Mako 0.08% SCSS 36.06%
flask content-aggregation celery rss-aggregator

feedforest's Introduction

FeedForest

Travis Build Status codecov Inactive

FeedForest is a simple newsfeed subscription service. Stay up-to-date on news/articles from your favourite sites with a single account.

Features

  • Subscribe to your favourite RSS feeds, a selection of feeds from various topics is also available
  • Database of articles refreshed with the latest updates every hour
  • Customisable feed wall for the current contents of subscribed feeds at a glance
  • Bookmark articles for later
  • 'Inbox' view for all articles from each subscribed feed since the day it was selected
  • Opt-in for a daily email with updates, at the time of your choice

Dependencies

  • Flask-SQLAlchemy - ORM
  • feedparser - To parse RSS feeds into Python dictionaries
  • celery - Distributed task queue. Used for asynchronous background tasks like hourly database refreshes, and sending scheduled emails.
  • Flask-Migrate - Handles database migrations using Alembic, to make changes to the schema without losing existing data
  • Flask-WTF and WTForms - Form handling
  • Flask-Login - Handles user logins and sessions
  • Jinja2 - Template engine

Further enhancements:

  • More sort/filter options
  • Mark articles as 'Read' when clicked
  • Support for websites that do not have RSS feeds and provide APIs instead.

...

This is my very first Flask project, suggestions/advice are welcome, encouraged and much appreciated!

feedforest's People

Contributors

ak5cel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.