On 8/14/14, Gideon George <
george...@gmail.com> wrote:
> Oh Ok, that will be great! I can't wait... Wish you the best of the best.
Follows attached...
This is not an "plug-n-play" web2py application there are some work to be done.
Follow some install instructions - I hope completed:
create a virtualenv and install:
pip install feedparser
pip install bs4
pip install beautifulsoup4
pip install FilterHTML
pip install times
pip install guess-language
pip install whoosh
pip install lxml
pip install bottle
run the initial setup:
$ python web2py.py -MS feeds -R applications/feeds/scripts/setup.py
it will create a user a...@a.aa with pass 1234, and fetch one reddit feed.
to periodically fetch feeds, run:
$ python web2py.py -MS feeds -R applications/feeds/modules/feeds_update.py
Note:
I recommend to have redis installed and running to have cache
and sessions store in it, otherwise file sessions and file cache
will be used.
I think that's all.