Some file renames
This commit is contained in:
21
is-pazan.py
Normal file
21
is-pazan.py
Normal 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
BIN
results/img/expect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
BIN
results/img/gender.png
Normal file
BIN
results/img/gender.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
results/img/groups.png
Normal file
BIN
results/img/groups.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
BIN
results/img/words.png
Normal file
BIN
results/img/words.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
199237
results/pazans_music.json
Normal file
199237
results/pazans_music.json
Normal file
File diff suppressed because it is too large
Load Diff
67546
results/pazans_quotes.json
Normal file
67546
results/pazans_quotes.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user