Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Automate adding some of the new API features using python script #4277

@harshil21

Description

@harshil21

What kind of feature are you missing? Where do you notice a shortcoming of PTB?

New API features usually have a very predictable set of new features:

  • adding a new argument to bot methods -> we need to add the parameter to all methods + docs + shortcut methods + extbot
  • adding a new parameter to classes -> add to__init__ + docs + assign toself.

Describe the solution you'd like

How would the script know what to add? It can parse the output oftest_official first, to add parameters to bot methods. Next, it can then runtest_message,test_chat, etc, to know which shortcut methods need updating.

Additionally the script should also confirm with the user usinginput() for the action it is about to do. The script can also take the argument-y to skip asking.

Describe alternatives you've considered

Do it all manually like we do already.

Additional context

Even if the script isn't perfect, it can help reduce developer time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp