Code Monkey home page Code Monkey logo

telepy's Introduction

Telepy — Python wrapper for TDLib

Latest Release Build Status
Telepy is incredible, ultra-fast, PEP8-compliant wrapper for TDLib, a cross-platform, fully functional Telegram client.

How to install

Just download in from PyPi: pip install telepy — work in process

How to use

import sys
from telepy import Telepy

tg = Telepy()

while True:
    e = tg.td_receive()

    # If client is closed, we need to destroy it and create new client
    if e and e['@type'] is 'updateAuthorizationState' and\
        e['authorization_state']['@type'] is 'authorizationStateClosed':
        
        break

    # Handle an incoming update or an answer to a previously sent request
    print(event)
    sys.stdout.flush()

TODO

  • Compiled TDLib on all available platforms
  • Function for download library binari of TDLib for your OS
  • Setuo Travis
  • Add to PyPi
  • Add to Conda
  • Write documentation
  • Write tests for complete coverage

telepy's People

Contributors

istom1n avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.