The long-suffering synchronization on VKontakte kept me from sleeping at night.
I have several sites, the RSS of which I would like to broadcast to the thematic VKontakte groups.
Guglezhka brought me to
twitterfeed.com , which is able to translate my rss to twitter.
But not in VKontakte.
')
No matter how scary it sounds, this social network can bring good traffic, visitors.
Having drunk a box of vodka and eaten watermelons, a python class was born that will help you to fulfill my dream with light hand movements.
The code is raw, yes, it was necessary "yesterday."
Updates will be permanent, because the options that can be done with this - no end.
At the moment, only posting on the wall of the group whose admin you are is implemented.
If I invented the bike, please poke my face into the service where all this is already ready.
I googled. Honestly!
Class put in git required.
At the melon moment, a raw version that can be built into jungle and other python pieces is available here:
dl.dropbox.com/u/33773331/vk.rarFor the post in VKontakte will be enough a couple of lines:
from vk_class import VKPost
settings = {
'vk_login': 'xxx@xxx.xx',
'vk_password': 'xxx',
'target': 'wall', # wall
'target_name': 'xxx', #
}
vk = VKPost(settings)
vk.post(' ')
Suggestions, swearing and all the same - Wellcome!