vkfeed
vkfeed copied to clipboard
Generates RSS feed for vk.com public wall posts
vkfeed is a Google App Engine application that allows you to subscribe to vk.com public wall posts via RSS.
You can deploy it on your own Google App Engine account by:
- Clone the repository (git clone [email protected]:KonishchevDmitry/vkfeed.git)
- Change APP_URL variable in vkfeed/constants.py
- 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)