SkillAgentSearch skills...

Rubika

A Dart library to make Rubika bots

Install / Use

/learn @salexhx/Rubika
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Features

This library developed for making rubika bots in dart language you can get messages messages updates and send messages and...

Getting started

First import the library

import 'package:rubika/rubika.dart' as rubika;

Then make an instance from library

rubika.client Bot = new rubika.client("Your Auth");

Using Rubika methods

now you can use Rubika methods in your app for example

await Bot.sendMessage("Hello Dart", "Target");

Using crypto methods

To decode and encode Data's of Rubika you can use these Static methods

print(rubika.encryption.decode("Data", "Auth"));

and

print(rubika.encryption.encode("Data", "Auth"));

Additional information

This library has not developed completly yet and its developing right now :) <br> if you have any questions you can contact me in this messangers <br> Rubika : @TheColonel <br> Telegram : @KhodeColonel

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks0

Languages

Dart

Security Score

55/100

Audited on Jun 10, 2023

No findings