Skip to main content

A tool to make every script into a VK bot. Better than `every_script_is_a_vk_bot`, because `intobot` can serve multiple users simultaneously.

Project description

intobot

This tool can turn your script into a VK bot. In every script launched with this tool, input and print will work with chats instead of the console. A script is ran one time for every user who writes to the bot. First message from a user starts the script execution and cannot be received from the script.

Installation:

pip install intobot

Use it like this:

python -m intobot -t [token_file_name.txt] [script_name].py

Everything above that is in brackets needs to be filled by you. (Brackets should be omitted.)

When the script ends, the user is not served anymore, so to serve the user infinitely, add an infinite loop to the script. This was made to allow better flexibility and make it as close to console execution of scripts as possible.

Predecessor: every_script_is_a_vk_bot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intobot-0.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

intobot-0.1.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page