The Wayback Machine - https://web.archive.org/web/20221209115638/https://github.com/seejay/feedIO
Skip to content

seejay/feedIO

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
feedIO - A News Aggregator that Knows What You Want to Read. Written in Python and Qt.

(Soon to be ported to Mac OS X. Currently 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) sudo easy_install elixir tweepy tinyurl
3) Then run the feedIO.py file in the feedIO/feedio folder.

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