Metadata-Version: 1.1
Name: rubika
Version: 5.3.4
Summary: rubika library is a unofficial library for making bot in the rubika. this library works with rubika’s API
Home-page: https://github.com/Bahman-Ahmadi/rubika
Author: Bahman Ahmadi
Author-email: bahmanahmadi.mail@gmail.com
License: MIT
Download-URL: https://github.com/Bahman-Ahmadi/rubika/archive/refs/tags/v_534.tar.gz
Description: <h1>rubika</h1>
        <br />
        this is a <b>unofficial</b> library for making bots in rubika
        using this library you can make your own rubika bot and control that
        those bots that makes with this library, will be run on your account;
        so you should get your account's <b>API key</b>.
        <hr />
        <h3>Introductions</h3>
        1. unix or windows system<br/>
        2. python 3<br/>
        3. libraries :<br/>
        - pycryptodome<br/>
        - requests<br/>
        - urllib3<br/>
        - tqdm<br/>
        <br/>
        <i>note: libraries automatically will be installed when you install rubika library</i>
        <hr/>
        <h3>Install</h3>
        enter this command on your command line to install the library
        <pre lang="bash">pip install rubika</pre>
        <br/>
        <i>first introductions will be installed then rubika library</i>
        <hr/>
        <h3>Use</h3>
        enter this example code in a file or enter line-to-line in the python3 shell:
        <pre lang="py3">
        from rubika.client import Bot
        
        bot = Bot("AUTH-KEY")
        target = "CHAT-ID"
        
        bot.sendMessage(target, 'YOUR-MESSAGE')
        </pre>
        <br />
        as result your message will be sent in the target chat.
        <hr />
        <h3>Documents</h3>
        for reading more about this library, you can visit the <a href="http://rubikalib.ml">site</a>
        <hr />
        <h3>Thanks For (A-Z)</h3>
        - Dark Code<br/>
        - Mr.binder<br/>
        - Sajjad Dehghani<br/>
        - Sajjad Soleymani<br/>
        - Saleh (maven)<br/>
        - Shayan Ghosi<br/>
        - And you :)
Keywords: rubika,bot,robot,library,rubikalib,rubikalib.ml,rubikalib.ir,rubika.ir
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
