Skip to main content

gapbot is python Gap messenger's api bot library

Project description

GapBot
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.

GapBot in fully-asynchronous mode is coming soon »

GapBot in plugin base mode is coming soon »

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

Installing

pip3 install GapBot

Resources

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


Download files

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

Source Distribution

GapBot-0.1.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

GapBot-0.1.0-py3-none-any.whl (19.6 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