#
Bot
A bot is an application that runs automated, usually repetitive tasks over the Internet.
Here are 511 public repositories matching this topic...
bot
php
laravel
composer
sdk
telegram
telegram-bot
botkit
chatbot
bot-framework
laravel-package
php-sdk
laravel-5-package
composer-packages
telegram-bot-sdk
telegram-bot-api
laravel-telegram
laravel-bot
laravel-6-package
laravel-7-package
-
Updated
Mar 20, 2022 - PHP
Async PHP client/server API for the telegram MTProto protocol
bot
php
telegram
lua
async
proxy
telegram-api
mtproto
easy
voip
madelineproto
hacktoberfest
amphp
stickers
inline-bots
calls
secret-chats
mtproto-api
-
Updated
Feb 28, 2022 - PHP
Freenom 域名自动续期。Freenom domain name renews automatically.
-
Updated
Mar 18, 2022 - PHP
A very simple PHP Telegram Bot API for sending messages.
-
Updated
Dec 26, 2021 - PHP
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
bot
php
composer
facebook
php7
climate
facebook-bot
facebook-sdk
facebook-messenger-bot
facebook-graph-api
facebook-api
facebook-login
composer-package
climate-control
-
Updated
Mar 12, 2022 - PHP
This PHP library will help you to work with your Pinterest account without using any API account credentials.
-
Updated
May 29, 2020 - PHP
[WIP] An A-Z example of a PHP Telegram Bot.
-
Updated
Jan 12, 2022 - PHP
User Friendly - Instagram Auto Account Creation Bot 🤖
bot
php
instagram
request
automatic
instabot
instagram-bot
accountcreator
create-instagram-account
multipleaccounts
-
Updated
Jan 26, 2021 - PHP
andygoossens
commented
Jan 27, 2018
I have some units of a coin that I don't want to trade, so I have blocked that coin in the configuration.
However, the bot still notices the coin when it queries all the balances. Since that information is stored in $wallets, that information can be retrieved by calling getWallets() or getWalletsConsideringPendingDeposits(). So far, everything is still OK.
At some point saveSnapshot()
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
nlp
bot
facebook
telegram
chatbot
messenger
skype
telegram-api
magento
magento2
facebook-messenger
whatsapp
wechat
witai
magento2-module
magento-module
magento-chatbot
messenger-api
magento2-chatbot
-
Updated
Apr 5, 2018 - PHP
PHP Telegram Bot Manager
-
Updated
Sep 10, 2021 - PHP
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
-
Updated
Feb 5, 2022 - PHP
An Object-Oriented PHP library for Telegram Bots
api
bot
cli
php
webhooks
composer
telegram
telegram-bot
oop
telegram-api
mtproto
telegram-bots
hacktoberfest
userbot
getupdates
-
Updated
Dec 20, 2021 - PHP
多平台通知 SDK(Bark、Chanify、钉钉群机器人、Discord、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushDeer、PushPlus、Rocket Chat、Server 酱、Slack、Telegram、Webhook、企业微信群机器人、息知、Zulip)。
slack
bot
telegram
gitter
discord
webhook
notifier
bark
zulip
mattermost
push
rocketchat
serverchan
wework
dingtalk
googlechat
feishu
chanify
xizhi
pushdeer
-
Updated
Mar 23, 2022 - PHP
Open
Testing support
punyflash
commented
Sep 22, 2021
Discussed in westacks/telebot#27
Originally posted by roelofr September 21, 2021
Hey there,
I just discovered this package via my GitHub homepage (I didn't know it did that).
It looks great, but I'm seeing no docs on testing from an end-user perspective (which is something a lot of Telegram
Chatbot framework
-
Updated
Sep 11, 2018 - PHP
A PHP Bot that assigns time based server groups on TeamSpeak3.
-
Updated
Dec 28, 2021 - PHP
A PHP Framework For Creating Autonomous Slack Bots
slack
bot
php
framework
ai
slackbot
chatbot
php-framework
botman
autonomous
slack-bot
slackbot-framework
botonomous
-
Updated
Jun 14, 2021 - PHP
Chatbot framework
-
Updated
Aug 15, 2018 - PHP
TuriBot is a simple way to communicate with Telegram APIs in PHP
-
Updated
Feb 3, 2022 - PHP
A Telegram bot providing games that can be played in any chat via inline keyboards.
-
Updated
Mar 18, 2022 - PHP
- Wikipedia
- Wikipedia
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch