Skip to main content

Pure Python interface for ICQ Bot API. Bot cookbook for Humans.

Project description

python-icq-bot

Pure Python interface for ICQ Bot API. Bot cookbook for Humans.

Installing

git clone https://github.com/icq-bot/python-icq-bot.git
cd python-icq-bot
python setup.py install

Getting started

Create your bot by sending /newbot command to MegaBot and follow instructions.

Examples

See example directory.

Some bots you can play with right now:
Echo Bot
Giphy Bot
Hash Bot
Meme Bot
OAuth Bot
Reformat Bot
Stickers Bot
URL Encode Bot
URL Decode Bot
Vinci Bot
WolframAlpha Bot

Starting your bot

Without virtualenv:

python echo_bot.py

With virtualenv:

# Initializing virtualenv.
virtualenv venv;

# Activating virtualenv.
source venv/bin/activate

# Installing dependencies.
pip install -r requirements.txt && pip install -r example/requirements.txt

# Starting bot.
cd example && PYTHONPATH='..' python echo_bot.py

# Deactivating virtualenv.
deactivate

News

ICQ channel

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

python-icq-bot-0.0.11.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

python_icq_bot-0.0.11-py2.py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 2 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