Advertisement
stuppid_bot

Untitled

Jun 18th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # -*- coding: utf8 -*-
  2. from darth import *
  3.  
  4. # album_id = 197032605 # .art
  5. album_id = 197002724 # добавь
  6. upload_file = 'http://cs619729.vk.me/v619729864/3f17/bs0ex1ctEZg.jpg'
  7. # upload_file = 'http://cs14101.vk.me/c540102/v540102390/1cbf9/W2Ma-Rs0ixg.jpg' # добавь
  8. u = vk.api('photos.getUploadServer', {'album_id': album_id})['upload_url']
  9. while 1:
  10. info = vk.upload(u, {'photo': upload_file})
  11. info['album_id'] = info.pop('aid')
  12. vk.api('photos.save', info)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement