All Projects → Py-GapBot → GapBot

Py-GapBot / GapBot

Licence: LGPL-3.0 license
Gap Messenger Api Bot Library for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GapBot

Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (+2262.5%)
Mutual labels:  elegant
Suru Plus Ubuntu
Suru++ Ubuntu — An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (+254.17%)
Mutual labels:  elegant
Sublime Da Ui
Adaptive, Customizable, Elegant UI Theme and Color Schemes for Sublime Text 3
Stars: ✭ 180 (+650%)
Mutual labels:  elegant
Shortest Leetcode Python Solutions
Leet Code 刷题笔记 - - 不求最快最省,但求最短最优雅,Shorter is better here.
Stars: ✭ 735 (+2962.5%)
Mutual labels:  elegant
Srclimate
Concise style weather forecasting.
Stars: ✭ 63 (+162.5%)
Mutual labels:  elegant
Youtransfer
The simple but elegant self-hosted file transfer & sharing solution
Stars: ✭ 1,525 (+6254.17%)
Mutual labels:  elegant
Hacker
❤️ A simple theme for Hexo
Stars: ✭ 501 (+1987.5%)
Mutual labels:  elegant
suru-plus-dark
Suru++ 25 Dark — A full dark cyberpunk, elegant, futuristic and Papirus-like third-party icons theme
Stars: ✭ 55 (+129.17%)
Mutual labels:  elegant
Linked List Good Taste
Linus Torvalds' linked list argument for good taste, explained
Stars: ✭ 1,223 (+4995.83%)
Mutual labels:  elegant
Musicx Music Player
Simple, Elegant ,Beautiful Material Android Music Player.
Stars: ✭ 179 (+645.83%)
Mutual labels:  elegant
Gapbot
Gap Messenger Api Bot Library for Python
Stars: ✭ 15 (-37.5%)
Mutual labels:  elegant
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (+154.17%)
Mutual labels:  elegant
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+370.83%)
Mutual labels:  elegant
Shriek Fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
Stars: ✭ 644 (+2583.33%)
Mutual labels:  elegant
Riot
Simple and elegant component-based UI library
Stars: ✭ 14,596 (+60716.67%)
Mutual labels:  elegant
Hexo Theme Chic
An elegant, powerful, easy-to-read Hexo theme.
Stars: ✭ 539 (+2145.83%)
Mutual labels:  elegant
Perfectwindows
PerfectWindows 软件家族 - Windows 从未如此完美!
Stars: ✭ 1,326 (+5425%)
Mutual labels:  elegant
sugar
Declarative HTTP client for Golang
Stars: ✭ 25 (+4.17%)
Mutual labels:  elegant
Elegant
Best theme for Pelican Static Blog Generator
Stars: ✭ 241 (+904.17%)
Mutual labels:  elegant
Things Calendar
Simple but elegant datepicker for the web — inspired by Things for mac
Stars: ✭ 165 (+587.5%)
Mutual labels:  elegant

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/mahdizojaji>
  • Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].