Code Monkey home page Code Monkey logo

dm-feeds's Introduction

FEED BURNER

Buy me a coffee MIT

RSS is a great way to get content and read without any distractions.

Unfortunately most publications now opt in not to include an RSS feed for their websites.

This project amis to create an RSS feeds for websites that I love to consume content but don't offer an RSS feed.

And people like me and others can consume content thought their favorite RSS readers without distractions.

I intends to support both ATOM and RSS protocols.

Currenly supporting

  • DailyMirror - dailymirror.lk

Planning to support

  • FT.lk

Support the project

The content is currenly being scrapped via a python script and served via a Flask web server.

You can support the project by,

  • Creating an RSS feed for a website you love and making a pull request, so that I can make a merge

  • Fix any bugs that your might come across

  • Spreading the word

  • Buy me an ETH coffee โ˜•๏ธ - 0xa60d3A8b81905d5aE4093a2766EEaE8223dd1694

dm-feeds's People

Contributors

rukshn avatar

Stargazers

Valdas avatar Santhosh Veer avatar Rhys Arkins avatar Timothy Newman avatar Vivek Shah avatar  avatar  avatar Jon avatar alpha1 avatar

Watchers

 avatar  avatar

dm-feeds's Issues

Improve performance

The app is making requests and parsing content on the go. The requesting for posts and scrapping contents is causing a delay in rendering the RSS feed

The performance is therefore not good, and needs to be improved.

Currently no data is stored on a database. Possible methods

  • Caching
  • Using a database to store data
  • Parallel scraping

Issue at parsing time

The current time parsing does not create proper ordering of time - 9PM is parsed as 09 and is put behind an article of 12AM parsed as 12.

This causes the articles to appear out of order.

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.