ryfeus / vkfeed

Generates an RSS feed for vk.com public wall posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vkfeed is a Google App Engine application that allows you to subscribe to
vk.com public wall posts via RSS.

It is hosted at http://vkontakte-feed.appspot.com/.

You can deploy it on your own Google App Engine account by:
* Clone the repository (git clone git@github.com:KonishchevDmitry/vkfeed.git);
* Change all copyrights to your own (git grep 'Dmitry Konishchev');
* Modify app.yaml for your account (https://developers.google.com/appengine/docs/python/config/appconfig);
* Deploy (https://developers.google.com/appengine/docs/python/gettingstartedpython27/uploading).

About

Generates an RSS feed for vk.com public wall posts

License:BSD 2-Clause "Simplified" License