Metadata-Version: 2.1
Name: etpy
Version: 0.0.12
Summary: Reverse Engineering of My Etisalat App
Home-page: UNKNOWN
Author: TarekTurbo (Tarek Abdelraheem)
Author-email: <tarekthedream@gmail.com>
License: UNKNOWN
Description: # Etpy | MyEtisalat Reverse Engineering
        Etpy is a Reverse Engineering of MyEtisalat Masr android application
        with this package you can control your etisalat number including cash wallet with python
        ```python
        import from etpy import Client
        client = Client("011xxxxxxxx") # here you must put your etisalat phone number
        client.send_verification_code() # We are using this function to send verification code to procced the login request
        client.login_with_code(input("Code ?  : ")) # here you must enter the verification code recevied on your phone
        print(client.save_session) # Use this function to save session (for future login)
        print(client.getbalance()) # Printing User Balance
        
        ```
        ## Installing Etpy
        ```console
        $ python -m pip install etpy
        ```
        ## Suported Features
        - OTP Login
        - Session Login 
        - Getting User Balance
        - Rechage User Balance ``using scrach card``
        - Getting Daily Gifts
        - Redeeming Daily Gifts
        - Getting Call Log 
        - Getting Calling Numbers
        - Getting ``011`` Offers
        - Redeeming ``011`` Offers
        - Cash Features
         - Getting Balance
         - Money Transfer
         - Waiting For Cash Payment
         - Getting Transcation History
        ### To do list
        - Getting User usage and subscriptions
        - Out of credit Service
            - Sallefny 3la nota 
            - Megabytes 3al nota
        - Cash
            - ~~Balance Rechrage~~ (done)
            - ~~Generating Online Payments Cards~~ (done)
            - ~~Cash Out~~ (done)
            - Purchase 
            - Bank to Wallet
         
        
        
        
        
        
        
Keywords: python,Reverse,Enginner,My Etisalat,Internet in egypt,egpt,etisalat,masr,etisalat masr
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
