Some file renames

This commit is contained in:
2016-02-24 00:16:29 +03:00
parent 82555550d8
commit 3eb5735867
7 changed files with 266804 additions and 0 deletions

21
is-pazan.py Normal file
View File

@@ -0,0 +1,21 @@
import sys
import vk_api
vk_login, vk_password = sys.argv[1], sys.argv[2]
vk = vk_api.VkApi(vk_login, vk_password, app_id=sys.argv[3])
vk.authorization()
groups = vk.method("groups.get", {'domain': 'omrigan'})
print(groups['items'])
req_s = ''
for w in open('full_publs.txt'):
req_s = req_s + w + ','
azaza = vk.method('groups.getById', {'group_ids': req_s})
f = open('full_publs_norm.txt')
for q in azaza:
f.writelines(str(q['id']))
print(str(q['id']))
print(req_s)

BIN
results/img/expect.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

BIN
results/img/gender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
results/img/groups.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
results/img/words.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

199237
results/pazans_music.json Normal file

File diff suppressed because it is too large Load Diff

67546
results/pazans_quotes.json Normal file

File diff suppressed because it is too large Load Diff