Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bahman-Ahmadi/rubika
this is a unofficial library for making bots in rubika. using this library you can make your own rubika bot and control that
https://github.com/Bahman-Ahmadi/rubika
Last synced: 3 months ago
JSON representation
this is a unofficial library for making bots in rubika. using this library you can make your own rubika bot and control that
- Host: GitHub
- URL: https://github.com/Bahman-Ahmadi/rubika
- Owner: Bahman-Ahmadi
- License: gpl-3.0
- Created: 2021-12-06T07:55:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:29:18.000Z (over 1 year ago)
- Last Synced: 2024-07-29T22:14:19.666Z (4 months ago)
- Language: Python
- Size: 1.01 MB
- Stars: 68
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rubika Bot Self Library for Python
Homepage
•
Documentation
•
Community
•
News
## Rubika
> easy, fast and elegant library for making rubika self bots
``` python
from rubika import Bot, Socket
from rubika.filters import filtersbot = Bot("MyApp")
app = Socket(bot.auth)@app.handler(filters.PV)
def hello(message):
message.reply("Hello from Rubikalib!")
```**Rubika** is an easy, fast and unofficial [rubika](https://rubika.ir) self bot library.
It enables you to easily interact with the main Telegram API through a user account (custom client) using Python.### Key Features
- **Ready**: Install rubika with pip and start building your applications right away.
- **Easy**: Makes the rubika API simple and intuitive, while still allowing advanced usages.
- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.
- **Fast**: Boosted up by aiohttp instead of requests.
- **Powerful**: Full access to Rubika's API to execute any official client action and more.### Installing
``` bash
pip3 install rubika
```### Thanks For (A-Z)
- Dark Code
- Mr.binder
- Sajjad Dehghani
- Sajjad Soleymani
- Saleh (maven)
- Shayan Ghosi
- And you :)### Resources
- Check out the docs at https://rubikalib.github.io/docs.html to learn more about rubika library, get started right
away and discover more in-depth material for building your client applications.
- Join the official channel at https://t.me/rubikalib and stay tuned for news, updates and announcements.### License
rubika library is licensed under [GPLv3 license](https://github.com/bahman-ahmadi/rubika/blob/main/LICENSE)This is not an official rubika product. It is not affiliated with nor endorsed by rubika Inc.
© 2023 Bahman Ahmadi
# End of support
This project has reached its destination, it's time to say goodbye! 👋 (19 jul 2023)