https://github.com/fogapod/weechat-vk
WeeChat extension for chatting on vk.com (unfinished)
https://github.com/fogapod/weechat-vk
python vk weechat
Last synced: about 1 year ago
JSON representation
WeeChat extension for chatting on vk.com (unfinished)
- Host: GitHub
- URL: https://github.com/fogapod/weechat-vk
- Owner: Fogapod
- License: mit
- Archived: true
- Created: 2017-09-09T10:44:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T19:06:04.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T08:27:03.354Z (over 1 year ago)
- Topics: python, vk, weechat
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VK on WeeChat
This script will allow you to chat on [VKontakte](https://vk.com) using [WeeChat](https://www.weechat.org/).
## Usage
Drop `vk.py` into `~.weechat/python/`
To enable autorun for script, run `ln -s ~/.weechat/python/vk.py ~/.weechat/python/autoload/vk.py`
Open Weechat and type `/python load vk.py` (if not added to autoload or weechat was already running)
Go to the vk buffer (upper left corner)
You will need special token for accessing VKontakte [API](https://vk.com/dev/manuals).
To get this token, open [this url](https://oauth.vk.com/authorize?client_id=6178678&scope=69636&v=5.68&response_type=token) in you webbrowser, confirm access rights for the app and copy url you was redirected to.
Type `insert-token ` inside of `vk` buffer to save your token.
`# TODO: auth without external browser`