Skip to content

seejay/feedIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

173e1ee · Nov 12, 2023

History

92 Commits
Oct 6, 2022
Jul 29, 2023
Aug 27, 2011
Jun 29, 2011
Aug 7, 2011
Aug 7, 2011
Aug 7, 2011
Oct 8, 2022
Oct 8, 2022
Jul 29, 2023

Repository files navigation

feedIO - A News Aggregator that Knows What You Want to Read.
Free and Open Source. Written with love in Python and Qt.

Currently being ported to Mac OS X. Runs on GNU/Linux and Microsoft Windows.

-------------------------------------------------------------------------------

How to run feedIO in GNU/Linux.

In a Debian/Ubuntu based system.

1) sudo apt-get install python-qt4 python-setuptools
2) pip install -r requirements.txt
3) python feedIO.py

-------------------------------------------------------------------------------