Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalinochkind/vkbot
- Owner: kalinochkind
- License: mit
- Archived: true
- Created: 2015-11-20T15:06:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T16:49:36.000Z (over 5 years ago)
- Last Synced: 2024-09-27T05:02:08.750Z (4 months ago)
- Topics: bot, chatbot, vk, vkontakte
- Language: Python
- Size: 654 KB
- Stars: 21
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vkbot
Chat-bot for vk.comDoes 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.