gapbot is python Gap messenger's api bot library
Project description
Gap Messenger Api Bot Library for Python
Documentation(coming soon)
•
Releases
GapBot
from gapbot import Gap
app = Gap()
@app.on_update
def _update_handler(bot, update):
print(f'{update}')
if __name__ == '__main__':
app.run()
GapBot is an elegant, easy-to-use Gap Bot library written from the ground up in Python. It enables you to easily create custom apps.
Features
- Easy: You can install GapBot with pip and start building your applications right away.
- Elegant: Low-level details are abstracted and re-presented in a much nicer and easier way.
Requirements
- Python 3.6 or higher.
- A Gap Bot Token.
Installing
pip3 install GapBot
Resources
- The Docs contain lots of resources to help you getting started with GapBot: https://gapbot.readthedocs.io/en/latest (coming soon).
- Reading Examples in this repository is also a good way for learning how GapBot works.
- For other requests you can send an Email or a Message.
Contributing
GapBot is brand new, and you are welcome to try it and help make it even better by either submitting pull requests or reporting issues/bugs as well as suggesting best practices, ideas, enhancements on both code and documentation. Any help is appreciated!
Copyright & License
- Copyright (C) 2017-2019 MohammadMahdi Zojaji as <https://github.com/MrMahdi313>
- Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file GapBot-0.1.0.tar.gz
.
File metadata
- Download URL: GapBot-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b63dcfd6de9c1bcabe28a42e0e0c7f2c5333f9360f908122f754e9c9951ebbc |
|
MD5 | 2c811a0a5e3c6142d8ea170b7c7f76e0 |
|
BLAKE2b-256 | 6ea87ff8a9c6fda3a6c3806949fcc411727963555cb246fd8c89f43cb0c5cb45 |
File details
Details for the file GapBot-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: GapBot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d680a5dc52a8d1090b9d5c3fc2656af7e6b4cbbc92c3e79ee6075b01d5fa5ed |
|
MD5 | 1a81fff47882fc176e7aa70cbae11a4c |
|
BLAKE2b-256 | 1cfdb1b5d5093e6f216c8f7ea977eb69e595a107edd26cc3b4230afc900c7044 |