My Personal Bot

Overview

Rosebot

My personal chat bot

Query

  • JSON Query
{ 
  "query": {
     "sender": "sumith",
     "message": "hi"
  }
}
  • Query Command
curl -s -X POST http://localhost:8080 \
-d '{"query":{"sender": "sumith","message": "hi"}}'

Response

apt install jq
~$ curl -s -X POST http://localhost:8080 -d '{"query":{"sender": "sumith","message": "call sumith"}}' | jq ##apt install jq
{
  "replies": [
    {
      "message": "*Rose* \r\n _Calling sumith...._"
    },
    {
      "message": "*Rose* \r\n_wait a minute...._"
    },
    {
      "message": "*Rose* \r\n_If there is no response within 1 minute sumith may be busy_"
    }
  ]
}
~$ curl -s -X POST http://localhost:8080 -d '{"query":{"sender": "sumith","message": "tell me a joke"}}' | jq
{
  "replies": [
    {
      "message": "*Rose*\r\n_A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station. ._"
    }
  ]
}
  • message from new number
~$ curl -s -X POST http://localhost:8080 -d '{"query":{"sender": "+91 12345 67890","message": "hi"}}' | jq
{
  "replies": [                                                            
    {
      "message": "*Rose*\r\n_I haven't seen your contact in sumith's contact list_"
    },
    {                                                                       
      "message": "*Rose*\r\n_who are you ?_"
    }
  ]
}
You might also like...
a Telegram bot to fetch download link from pan.baidu.com

baiduwp-bot a Telegram bot to fetch download link from pan.baidu.com What it can do Get a file download link from share link. 从分享链接获取下载地址 How to use G

Simple customizable captcha script for bot prevention in php language.

phpCaptcha Simple customizable captcha script for bot prevention in php language. Usage ?php session_start(); $status = ""; if ($_SESSION['captcha']

Sri Lanka Grade Exam Results Bot 📚 can collect Grade 5 O/L A/L Exam Results 📚 in Second Powerd By Sri lanka Department Of Examination 🚀

Sri-Lanka-Exam-Results-Telegram-Bot How to use the bot /start : Start Sri Lanka Grade 5 O/L A/L Exam Results Bot. /help : More information about Sri L

Simple custom chat bot developing framework for telegram, qq and more in PHP (the best language)
Simple custom chat bot developing framework for telegram, qq and more in PHP (the best language)

RinoBot RinoBot 是一个为统一聊天机器人扩展开发的框架,编写一份插件用于多种机器人协议。 简体中文 | English 🚧 开发中 🚧 暂不适用于生产环境 特性 插件扩展机制 一份代码运行于多平台多协议机器人 并减小开发难度 插件提供 Yaml 配置 供使用者修改 基于机器人 We

PocketMine-MP plugin for add a "hacker" difficulty bot.

NoDebuffBot NoDebuffBot is a open source plugin for PocketMine-MP. SetUP Put this plugin con your plugins folder. Create a world called ndfbot and exe

A Telegram CC Checker Bot with hella lotta features.
A Telegram CC Checker Bot with hella lotta features.

SDMN CC Checker Bot A Telegram CC Checker Bot with hella lotta features. 🚀 Features Admin Panel Ban a user Unban a user Mute a user Unmute a user Che

Bot Telegram sederhana dengan bahasa PHP untuk membantu proses pendaftaran
Bot Telegram sederhana dengan bahasa PHP untuk membantu proses pendaftaran

Bot Pendaftaran Bot Telegram sederhana dengan bahasa PHP untuk membantu proses pendaftaran Syarat pakai Di komputer harus sudah terinstal PHP dan Git

Run Telegram PHP Bot on Windows Localhost without Host or VPN.

Run Telegram PHP Bot on Windows Localhost without Host or VPN.

Releases(v1.0.0)
Owner
Emmadi Sumith Kumar
Emmadi Sumith Kumar
Your personal Self-hosted or offline YoutTube Kids!

New Tube You have a problem with youtube kids and need online youtube? This is yours. NewTube! Simply clone the project and put your mp4 video & cover

Javad Adib 7 Dec 28, 2022
my personal example of Laravel clean architecture

what is this repo about Clean Architect Laravel ###run we assume docker desktop is up and running open up a terminal cd project directory run "cp .env

Sadegh Salari 37 Dec 23, 2022
My personal uptime checker powered by Filament. ⚡️

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Ryan Chandler 16 Sep 7, 2022
🐋 This project aims to broaden knowledge of system administration by using Docker: virtualizing several Docker images, creating them in a new personal virtual machine.

?? This project aims to broaden knowledge of system administration by using Docker: virtualizing several Docker images, creating them in a new personal virtual machine.

Anton Kliek 1 Jan 26, 2022
My personal tool that I adapted for the company and my colleagues.

xarites-workflow My personal tool that I adapted for the company and my colleagues. XARITES THE CREATIVE AGENCY SRL Automation workflow Created by Vec

Vecsei Szilveszter 2 Nov 17, 2022
Magento 2 GDPR extension Free by Magepow helps websites comply with GDPR regulations, allowing customers to control personal data and avoid penalties.

Magento 2 GDPR extension Free by Magepow helps websites comply with GDPR regulations, allowing customers to control personal data and avoid penalties.

https://magepow.com 10 Dec 30, 2022
Ethereal Billing System is meant to be used as a personal alternative to WHMCS.

Ethereal Billing System is meant to be used as a personal alternative to WHMCS. In no way is this as good or even better than WHMCS apart from the fact that is free and open source to the public.

Qrow 8 Dec 31, 2022
Personal PHP MySQL query handler based on Eloquent using PDO.

?? Equivoluent Welcome to "Equivoluent" my personal PHP MySQL query handler using PDO. Equivoluent is based on Laravel's Eloquent. The goal of "Equivo

Wob Jelsma 2 Sep 7, 2022
A Twitter bot powered by Github Actions tweeing Wikidata milestones

Twitter WikidataMeter Bot I'm the code, and deployment of Twitter bot WikidataMeter. I tweet a few fun things about Wikidata as it grows. Tweets Feel

null 9 Dec 9, 2022
A bot written in PHP which attempts to link IRC with SQL database, allowing for integration between platforms

Valeyard IRC-SQL-GateWay A bot written in PHP which attempts to link IRC with SQL database, allowing for integration between platforms. This bot is mo

Valerie Pond 10 Oct 6, 2022