Giter Club home page Giter Club logo

luigi-telegram's Introduction

luigi-telegram

Luigi Tasks status notifications to Telegram

Usage

if __name__ == '__main__':
    with LuigiTelegramNotification('my_bot_token', 1234567):
        luigi.run()

luigi-telegram's People

Contributors

adilkhash avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

luigi-telegram's Issues

Suggest to loosen the dependency on telepot

Dear developers,

Your project luigi-telegram requires "telepot==12.7" in its dependency. After analyzing the source code, we found that the following versions of telepot can also be suitable without affecting your project, i.e., telepot 10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6. Therefore, we suggest to loosen the dependency on telepot from "telepot==12.7" to "telepot>=10.2,<=12.7" to avoid any possible conflict for importing more packages or for downstream projects that may use ddos_script.

May I pull a request to further loosen the dependency on telepot?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



Details:

Your project (commit id: dd69612) directly uses 1 APIs from package telepot.

telepot.__init__.Bot.__init__

Beginning fromwhich, 4 functions are then indirectly called, including 3 telepot's internal APIs and 1 outsider APIs as follows:

[/adilkhash/luigi-telegram]
+--telepot.__init__.Bot.__init__

Since all these functions have not been changed between any version for package "telepot" from [10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6] and 12.7. Therefore, we believe it is safe to loosen the corresponding dependency.

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.