All Projects → MrMahdi313 → Gapbot

MrMahdi313 / Gapbot

Licence: lgpl-3.0
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

Disatbot
DABOT: Disaster Attention Bot
Stars: ✭ 26 (+73.33%)
Mutual labels:  bot
Drawbot
Repository for DrawBot. The Discord Art bot!
Stars: ✭ 10 (-33.33%)
Mutual labels:  bot
Spotify Bot
Spotify Messenger Bot
Stars: ✭ 12 (-20%)
Mutual labels:  bot
Sulla
👩🏻‍🔬 Javascript Whatsapp api library for chatbots
Stars: ✭ 844 (+5526.67%)
Mutual labels:  bot
Jabbot
Extensible, multi-protocol chat bot written in java
Stars: ✭ 9 (-40%)
Mutual labels:  bot
Tweety
.NET Standard Library to help in managing Twitter Webhook APIs.
Stars: ✭ 11 (-26.67%)
Mutual labels:  bot
Adhesive
A chatbot serving as your glue between Telegram and Signal sticker packs
Stars: ✭ 25 (+66.67%)
Mutual labels:  bot
Ezfn Lobbybot
With EasyFNBot you can easily create you own Fortnite Lobby Bot in less than 5 minutes which will be online forever!
Stars: ✭ 6,875 (+45733.33%)
Mutual labels:  bot
Chir.py
twitter news bot that builds followers, posts, and bitcoin via ppc links
Stars: ✭ 10 (-33.33%)
Mutual labels:  bot
Zonkeynet
RADIO Mesh Network
Stars: ✭ 12 (-20%)
Mutual labels:  bot
Buddywing.defaultcombat
The default combat routine included with BuddyWing, the bot for SWTOR
Stars: ✭ 8 (-46.67%)
Mutual labels:  bot
Telegram Iranbot
🌎 A dead simple Telegram bot for FA to FA, EN to FA translation
Stars: ✭ 9 (-40%)
Mutual labels:  bot
Telegram Weather Bot
☀️ Telegram Weather Bot
Stars: ✭ 11 (-26.67%)
Mutual labels:  bot
Money bot
Docker-containered bot. Added to a group chat, she replies to any message containing price and currency pattern. Live!
Stars: ✭ 8 (-46.67%)
Mutual labels:  bot
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-13.33%)
Mutual labels:  bot
Instagramfirstcommenter
This bot will post a predefined comment as fast as possible to a new post on the target profile. I used this to successfully win tickets for a big music festival.
Stars: ✭ 26 (+73.33%)
Mutual labels:  bot
Automuteus
Discord Bot to automute Among Us players at round transitions, in conjunction with https://github.com/denverquane/amonguscapture
Stars: ✭ 852 (+5580%)
Mutual labels:  bot
Eris
A NodeJS Discord library
Stars: ✭ 879 (+5760%)
Mutual labels:  bot
Devrant Randomquotebot
A bot that posts random quotes to devRant everyday
Stars: ✭ 13 (-13.33%)
Mutual labels:  bot
Pytelbot
A playful bot in telegram
Stars: ✭ 12 (-20%)
Mutual labels:  bot

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+)
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].