Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalinochkind/vkbot

Chat-bot for vk.com
https://github.com/kalinochkind/vkbot

bot chatbot vk vkontakte

Last synced: 14 days ago
JSON representation

Chat-bot for vk.com

Awesome Lists containing this project

README

        

# vkbot
Chat-bot for vk.com

Does not work on Windows. Tested with Python 3.5. gcc >= 4.9 required. The database is located at the `data` directory.

Run: `inf.py [-l] [-d] [-a account] [-w whitelist] [-s script script_args] [--pack] [--pack-data] [--unpack]`

`-l`: write all VK api requests to inf.log

`-d`: logging to PostgreSQL (`psycopg2` required)

`-w`: reply only to users from the white list (comma-separated list of ids, domains or full names)

`-s`: run a script from `scripts` directory

`--pack`: create an archive with /data and /accounts

`--pack-data`: pack only /data

`--unpack`: unpack /data and /accounts

Needs `antigate` package to support captcha recognition using anti-captcha.com.