Download the PHP package sanf/rush without Composer
On this page you can find all versions of the php package sanf/rush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package rush
Short Description A simple and lightweight client for connecting to Rubika and Shad messaging platforms, designed for easy integration and efficient setup of user-friendly applications. This library provides essential functionalities for sending and receiving messages, managing user sessions, and ensuring smooth communication, making it ideal for developers looking to enhance their apps with messaging features.
License MIT
Informations about the package rush
Rush | Rubika - Shad API
What's New?
Update v2.1.1
Updates:
- Added Rubino Android Client
- Added Auto-Login for a Source (Beta | Login on Android)
- Synced with the Latest Rubika and Shad Updates
- Added Method to Play Video from Link or File Path in Live with ffmpeg Tool (if installed)
Debugged:
- Debugged Methods and Parts of the Library
- Fixed Issue of Not Running on Host
- Changed Method of Calling the Library
Table of Contents
- Description
- Installation
- Create a Bot
- config rubika and shad
- config rubino
- Rubika and Shad Methods
- Socket Methods
Rubika Client
A simple yet practical client for creating self bots for Rubika and Shad, supporting three platforms: Android, Web, and PWA. This client is designed for building self bots for various purposes, including group management, entertainment, assistance, gaming, and more.
Installation:
Creating a Bot:
Congratulations, you have now set up a client!
Rubika and Shad Client Configuration
Using Auto-Login
Manually Entering Information
Rubino Configuration
Rubino configurations are similar to Rubika, but for manual entry, only auth
is used.
Using Auto-Login
Manually Entering Information
Rubika and Shad Methods
Method | Description |
---|---|
addChannel | Add a new channel to your account. |
addGroup | Add a new group. |
addToMyGifSet | Add a GIF to your personal GIF list. |
createGroupVoiceChat | Create a new voice chat group. |
deleteMessages | Delete messages from a chat. |
getAvatars | Fetch the profile picture using the provided GUID. |
getChats | Retrieve the list of chats available to you. |
getChatsUpdates | Receive updates on chat activity. |
getContact | Get a list of your contacts. |
getFolders | Receive account folders. |
getGroupAdminMembers | Get the members who are admins of a group. |
getGroupInfo | Get information about a group. |
getGroupLink | Retrieve the link to the group. |
getGroupOnlineCount | Get the number of online members in a group. |
getInfoByUsername | Get information about a user using their username. |
getMessages | Retrieve a list of messages from a specific chat. |
getMessagesByID | Retrieve a message by its ID. |
getMySessions | Get a list of your active sessions. |
Socket Methods
Method | Activity |
---|---|
author_guid | Get the unique identifier (GUID) of the message sender. |
chat_type | Determine the type of chat (individual or group) based on the context. |
count_unseen | Retrieve the count of unread messages in a chat. |
deleteMessage | Remove a specific message using its ID. |
editMessage | Modify an existing message using its ID. |
file_inline | Handle non-text messages and their corrections. |
forward_message_id | Get the ID of a forwarded message. |
forward_object_guid | Retrieve the GUID of the message being forwarded. |
groupAccess | Get chat access information (who can access the chat). |
has_link | Determine if the message contains a hyperlink. |
is_forward - forward_from | Identify if the message was forwarded from another chat. |
is_group | Check if the message was sent in a group chat. |
is_private | Verify if the message was sent from a private chat. |
last_message_id | Get the ID of the last message sent in the chat. |
message_id | Retrieve the ID of the last sent message. |
message_type | Identify the type of the sent message (text, image, etc.). |
reply | Send a reply to the last message received. |
reply_message_id | Get the ID of the message to which the current message is a reply. |
seen | Mark the message as read. |
setReaction | Add a reaction (emoji) to the message. |
text | Retrieve the content of the received message. |
title | Get the title of the current chat. |
getData | Receive all the output data from the websocket. |
Need help? Send a message on Telegram or Rubika .!
We hope you have enjoyed it ❤️.
Perseverance is the key to success !
All versions of rush with dependencies
cboden/ratchet Version ^0.4.4
ratchet/pawl Version ^0.4.1
james-heinrich/getid3 Version ^1.9
guzzlehttp/guzzle Version ^7.8