Skip to content

Instantly share code, notes, and snippets.

View Thibaut-Fontaine's full-sized avatar
:atom:
probably working on some weird backend

Thibaut-Fontaine

:atom:
probably working on some weird backend
  • Paris
View GitHub Profile
@trolleway
trolleway / config.py
Last active December 16, 2020 18:57
Post photo from web to vk.com in python
vk_gid = '' #user id
#obtain client_id from VK: create new standalone app at https://vk.com/editapp?act=create
vk_client_id = ''
vk_scope = 'wall,photos'
#open in browser https://oauth.vk.com/authorize?client_id=0000000000&scope=wall,photos&v=5.60&response_type=token&redirect_uri=https://oauth.vk.com/blank.html
#and paste token here
vk_token = ''
/**
* \file keylogger.h
*
* Copyright (C) 2009-2010, Ongaro Mattia <moongaro at gmail.com>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.