Neko: An Anime themed advance Telegram group management bot

Overview

Cutiepii

๐‘ช๐’–๐’•๐’Š๐’†๐’‘๐’Š๐’Š ๐‘น๐’๐’ƒ๐’๐’•

GPLv3 license DeepSource Codacy Badge Join Support! Open Source Love Maintenance GitHub contributors

A modular telegram Python bot running on python3 with an sqlalchemy, Redis, mongodb database.

โ•’โ•โ•โ•ใ€Œ Status ใ€

  • Maintained
  • Support Group Included
  • Free
  • OpenSourced
  • Working Instance Available
  • Clean Code
  • Heroku Deploy
  • Docker/Local Machine

โ•˜โ•โ•ใ€Œ Can be found on telegram as Cutiepii Robot ใ€

โ•’โ•โ•โ•ใ€Œ Credits ใ€

The bot is based of on the original work done by PaulSonOfLars This repo was just reamped to suit an Anime-centric community. All original credits go to Paul and his dedication, Without his efforts, this fork would not have been possible!

โ•’โ•โ•โ•ใ€Œ Creator Info/Credits ใ€

โ•˜โ•โ•ใ€Œ Any other authorship/credits can be seen through the commits. ใ€

forthebadge made-with-python

The Support group can be reached out to at Yลซki โ€ข Black Knights Union โ€ข Support, where you can ask for help about Cutiepii Robot ๆ„›, discover/request new features, report bugs, and stay in the loop whenever a new update is available.

Heroku Deploy
The Easiest Way to Deploy This Bot is Via Heroku. In Order To deploy, You Just Have Fill The Necessary Environment Variables and Done!

Deploy

More Deploy Options

Deploying on Local Machine

    ~$ git clone https://github.com/Awesome-RJ/CutiepiiRobot
    ~$ cd CutiepiiRobot
    ~$ cp sample_config.py config.py

Edit Config.py with your own Values

Start with python -m Cutiepii_Robot

Deploying On IDE VMs Like Repl.it

        Refer to Deploying On Local Machine.

Comments
  • Bump sqlalchemy from 1.4.26 to 1.4.36

    Bump sqlalchemy from 1.4.26 to 1.4.36

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps sqlalchemy from 1.4.26 to 1.4.36.

    Release notes

    Sourced from sqlalchemy's releases.

    1.4.36

    Released: April 26, 2022

    orm

    • [orm] [bug] [regression] Fixed regression where the change made for #7861, released in version 1.4.33, that brought the Insert construct to be partially recognized as an ORM-enabled statement did not properly transfer the correct mapper / mapped table state to the Session, causing the Session.get_bind() method to fail for a Session that was bound to engines and/or connections using the Session.binds parameter.

      References: #7936

    orm declarative

    • [orm] [declarative] [bug] Modified the DeclarativeMeta metaclass to pass cls.__dict__ into the declarative scanning process to look for attributes, rather than the separate dictionary passed to the type's __init__() method. This allows user-defined base classes that add attributes within an __init_subclass__() to work as expected, as __init_subclass__() can only affect the cls.__dict__ itself and not the other dictionary. This is technically a regression from 1.3 where __dict__ was being used.

      References: #7900

    engine

    • [engine] [bug] Fixed a memory leak in the C extensions which could occur when calling upon named members of Row when the member does not exist under Python 3; in particular this could occur during NumPy transformations when it attempts to call members such as .__array__, but the issue was surrounding any AttributeError thrown by the Row object. This issue does not apply to version 2.0 which has already transitioned to Cython. Thanks much to Sebastian Berg for identifying the problem.

      References: #7875

    • [engine] [bug] Added a warning regarding a bug which exists in the Result.columns() method when passing 0 for the index in conjunction with a Result that will return a single ORM entity, which indicates that the current behavior of Result.columns() is broken in this case as the Result object will yield scalar values and not Row objects. The issue will be fixed in 2.0, which would be a backwards-incompatible change for code that relies on the current broken

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump tgcrypto from 1.2.2 to 1.2.3

    Bump tgcrypto from 1.2.2 to 1.2.3

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps tgcrypto from 1.2.2 to 1.2.3.

    Release notes

    Sourced from tgcrypto's releases.

    v1.2.3

    Notable Changes

    • Enabled GitHub actions
    • Added function signatures and docs
    • Added support for Python 3.10
    • Various other improvements
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump python-telegram-bot from 13.7 to 13.11

    Bump python-telegram-bot from 13.7 to 13.11

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps python-telegram-bot from 13.7 to 13.11.

    Release notes

    Sourced from python-telegram-bot's releases.

    v13.11

    Version 13.11

    Released 2022-02-02

    This is the technical changelog for version 13.11. More elaborate release notes can be found in the news channel @โ€‹pythontelegrambotchannel.

    Major Changes:

    • Full Support for Bot API 5.7 (#2881)

    v13.10

    Version 13.10

    Released 2022-01-03

    This is the technical changelog for version 13.10. More elaborate release notes can be found in the news channel @โ€‹pythontelegrambotchannel.

    Major Changes:

    • Full Support for API 5.6 (#2835)

    Minor Changes & Doc fixes:

    • Update Copyright to 2022 (#2836)
    • Update Documentation of BotCommand (#2820)

    v13.9

    Version 13.9

    Released 2021-12-11

    This is the technical changelog for version 13.9. More elaborate release notes can be found in the news channel @โ€‹pythontelegrambotchannel.

    Major Changes:

    • Full Support for Api 5.5 (#2809)

    Minor Changes

    • Adjust Automated Locking of Inactive Issues (#2775)

    v13.8.1

    Version 13.8.1

    Released 2021-11-08

    ... (truncated)

    Changelog

    Sourced from python-telegram-bot's changelog.

    Version 13.11

    Released 2022-02-02

    This is the technical changelog for version 13.11. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

    Major Changes:

    • Full Support for Bot API 5.7 ([#2881](https://github.com/python-telegram-bot/python-telegram-bot/issues/2881)_)

    .. _[#2881](https://github.com/python-telegram-bot/python-telegram-bot/issues/2881): python-telegram-bot/python-telegram-bot#2881

    Version 13.10

    Released 2022-01-03

    This is the technical changelog for version 13.10. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

    Major Changes:

    • Full Support for API 5.6 ([#2835](https://github.com/python-telegram-bot/python-telegram-bot/issues/2835)_)

    Minor Changes & Doc fixes:

    • Update Copyright to 2022 ([#2836](https://github.com/python-telegram-bot/python-telegram-bot/issues/2836)_)
    • Update Documentation of BotCommand ([#2820](https://github.com/python-telegram-bot/python-telegram-bot/issues/2820)_)

    .. _[#2835](https://github.com/python-telegram-bot/python-telegram-bot/issues/2835): python-telegram-bot/python-telegram-bot#2835 .. _[#2836](https://github.com/python-telegram-bot/python-telegram-bot/issues/2836): python-telegram-bot/python-telegram-bot#2836 .. _[#2820](https://github.com/python-telegram-bot/python-telegram-bot/issues/2820): python-telegram-bot/python-telegram-bot#2820

    Version 13.9

    Released 2021-12-11

    This is the technical changelog for version 13.9. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

    Major Changes:

    • Full Support for Api 5.5 ([#2809](https://github.com/python-telegram-bot/python-telegram-bot/issues/2809)_)

    Minor Changes

    • Adjust Automated Locking of Inactive Issues ([#2775](https://github.com/python-telegram-bot/python-telegram-bot/issues/2775)_)

    .. _[#2809](https://github.com/python-telegram-bot/python-telegram-bot/issues/2809): python-telegram-bot/python-telegram-bot#2809 .. _[#2775](https://github.com/python-telegram-bot/python-telegram-bot/issues/2775): python-telegram-bot/python-telegram-bot#2775

    Version 13.8.1

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump fonttools from 4.27.1 to 4.28.1

    Bump fonttools from 4.27.1 to 4.28.1

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps fonttools from 4.27.1 to 4.28.1.

    Release notes

    Sourced from fonttools's releases.

    4.28.1

    • [subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no LayerList, which is optional (#2441).

    4.28.0

    • Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
    • [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
    • [subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
    • [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets to SVG documents that are identical (#2430).
    • [feaLib] Added support for Variable Feature File syntax. This is experimental and subject to change until it is finalized in the Adobe FEA spec (#2432).
    • [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437).
    Changelog

    Sourced from fonttools's changelog.

    4.28.1 (released 2021-11-08)

    • [subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no LayerList, which is optional (#2441).

    4.28.0 (released 2021-11-05)

    • Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
    • [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
    • [subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
    • [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets to SVG documents that are identical (#2430).
    • [feaLib] Added support for Variable Feature File syntax. This is experimental and subject to change until it is finalized in the Adobe FEA spec (#2432).
    • [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437).
    Commits
    • 497c449 Release 4.28.1
    • e605706 Update NEWS.rst [skip ci]
    • 8d6a761 minor: fix 4-space indentation from PR 2441
    • de58709 Merge pull request #2441 from fonttools/i2438
    • 7dd3488 Traverse when there is no layer list
    • a2990a2 Bump version: 4.28.0 โ†’ 4.28.1.dev0
    • c7109c1 Release 4.28.0
    • 63fbd15 Updated NEWS.rst [skip ci]
    • 6373893 Merge pull request #2439 from fonttools/i2438
    • 6144202 Don't crash if there is no layer list
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump cachetools from 4.2.2 to 4.2.4

    Bump cachetools from 4.2.2 to 4.2.4

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps cachetools from 4.2.2 to 4.2.4.

    Changelog

    Sourced from cachetools's changelog.

    v4.2.4 (2021-09-30)

    • Add submodule shims for backward compatibility.

    v4.2.3 (2021-09-29)

    • Add documentation and tests for using TTLCache with datetime.

    • Link to typeshed typing stubs.

    • Flatten package file hierarchy.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump faker from 9.5.1 to 9.8.0

    Bump faker from 9.5.1 to 9.8.0

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps faker from 9.5.1 to 9.8.0.

    Release notes

    Sourced from faker's releases.

    Release v9.8.0

    See CHANGELOG.md

    Release v9.7.1

    See CHANGELOG.md

    Release v9.7.0

    See CHANGELOG.md

    Release v9.6.0

    See CHANGELOG.md

    Release v9.5.3

    See CHANGELOG.md

    Release v9.5.2

    See CHANGELOG.md

    Changelog

    Sourced from faker's changelog.

    v9.8.0 - 2021-11-02

    v9.7.1 - 2021-10-27

    • Take into account area codes for French phone numbers. Thanks @โ€‹nicarl.

    v9.7.0 - 2021-10-27

    v9.6.0 - 2021-10-25

    v9.5.3 - 2021-10-25

    v9.5.2 - 2021-10-21

    • Limit typing_extensions dependency to Python < 3.8. Thanks @โ€‹mgorny.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 38
  • Bump launchpadlib from 1.10.15.1 to 1.10.16

    Bump launchpadlib from 1.10.15.1 to 1.10.16

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps launchpadlib from 1.10.15.1 to 1.10.16.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 36
  • Bump telegraph from 2.0.1 to 2.1.0

    Bump telegraph from 2.0.1 to 2.1.0

    โš ๏ธ Dependabot is rebasing this PR โš ๏ธ

    Rebasing might not happen immediately, so don't worry if this takes some time.

    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


    Bumps telegraph from 2.0.1 to 2.1.0.

    Release notes

    Sourced from telegraph's releases.

    Telegraph 2.1.0

    • Added async client telegraph.aio.Telegraph
    • Added Telegraph.upload_file (telegraph.upload_file is deprecated now)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 36
  • Bump numpy from 1.21.3 to 1.22.3

    Bump numpy from 1.21.3 to 1.22.3

    Bumps numpy from 1.21.3 to 1.22.3.

    Release notes

    Sourced from numpy's releases.

    v1.22.3

    NumPy 1.22.3 Release Notes

    NumPy 1.22.3 is a maintenance release that fixes bugs discovered after the 1.22.2 release. The most noticeable fixes may be those for DLPack. One that may cause some problems is disallowing strings as inputs to logical ufuncs. It is still undecided how strings should be treated in those functions and it was thought best to simply disallow them until a decision was reached. That should not cause problems with older code.

    The Python versions supported for this release are 3.8-3.10. Note that the Mac wheels are now based on OS X 10.14 rather than 10.9 that was used in previous NumPy release cycles. 10.14 is the oldest release supported by Apple.

    Contributors

    A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

    • @โ€‹GalaxySnail +
    • Alexandre de Siqueira
    • Bas van Beek
    • Charles Harris
    • Melissa Weber Mendonรงa
    • Ross Barnowski
    • Sebastian Berg
    • Tirth Patel
    • Matthieu Darbois

    Pull requests merged

    A total of 10 pull requests were merged for this release.

    • #21048: MAINT: Use "3.10" instead of "3.10-dev" on travis.
    • #21106: TYP,MAINT: Explicitly allow sequences of array-likes in np.concatenate
    • #21137: BLD,DOC: skip broken ipython 8.1.0
    • #21138: BUG, ENH: np._from_dlpack: export correct device information
    • #21139: BUG: Fix numba DUFuncs added loops getting picked up
    • #21140: BUG: Fix unpickling an empty ndarray with a non-zero dimension...
    • #21141: BUG: use ThreadPoolExecutor instead of ThreadPool
    • #21142: API: Disallow strings in logical ufuncs
    • #21143: MAINT, DOC: Fix SciPy intersphinx link
    • #21148: BUG,ENH: np._from_dlpack: export arrays with any strided size-1...

    Checksums

    MD5

    14f1872bbab050b0579e5fcd8b341b81  numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl
    

    ... (truncated)

    Commits
    • 7d4349e Merge pull request #21162 from charris/prepare-for-1.22.3-release
    • 618a74a REL: Prepare for the NumPy 1.22.3 release.
    • 254322c Merge pull request #21148 from charris/backport-21132
    • bda7054 BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensions
    • b49feda Merge pull request #21143 from charris/backport-21016
    • 19f6550 Merge pull request #21142 from charris/backport-21024
    • cfff158 Merge pull request #21141 from charris/backport-21027
    • 954c9b5 Merge pull request #21140 from charris/backport-21067
    • 09a3791 Merge pull request #21139 from charris/backport-21113
    • 3b31cdc Merge pull request #21138 from charris/backport-21119
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 9
  • Update dependency faker to v13.15.1

    Update dependency faker to v13.15.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | faker (changelog) | ==13.14.0 -> ==13.15.1 | age | adoption | passing | confidence |


    Release Notes

    joke2k/faker

    v13.15.1

    Compare Source

    v13.15.0

    Compare Source


    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • Update dependency emoji to v2

    Update dependency emoji to v2

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | emoji | ==1.6.1 -> ==2.0.0 | age | adoption | passing | confidence |


    Release Notes

    carpedm20/emoji

    v2.0.0

    Compare Source

    • Removed the old dicts EMOJI_UNICODE_, UNICODE_EMOJI_
    • Removed unused language=None parameters
    • Removed use_alias parameter
    • Removed the get_regexp method
    • Removed emoji_lis
    • Removed distinct_emoji_lis
    • Made the list of languages public: emoji.LANGUAGES = ['en','es','pt','it','fr','de']
    • Updated translations to release-41 (no changes compared to release-40)
    • Generate a documentation for the public functions from the docstrings with Sphinx
    • Added some more examples to the README: e.g. how to replace/remove emojis
    • Total count of emojis: 4702

    v1.7.0

    Compare Source

    • Added emoji_list() and distinct_emoji_list()
    • Added deprecation warnings for several functions and variables that will be removed in version 2.0.0. If you don't want to see these warnings, you can stay with 1.6.x. For example in pip/requirements.txt you can pin to 1.6.x with emoji~=1.6.3.

    v1.6.3

    Compare Source

    • Added support for counting unique emojis

    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • change all like this to work logomaker properly (Sourcery refactored)

    change all like this to work logomaker properly (Sourcery refactored)

    Pull Request #188 refactored by Sourcery.

    Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it.

    To incorporate these changes, you can either:

    1. Merge this Pull Request instead of the original, or

    2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request

      Incorporate changes via command line
      git fetch https://github.com/Awesome-RJ/CutiepiiRobot pull/188/head
      git merge --ff-only FETCH_HEAD
      git push

    NOTE: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically.

    See our documentation here.

    Run Sourcery locally

    Reduce the feedback loop during development by using the Sourcery editor plugin:

    Help us improve this pull request!

    opened by sourcery-ai[bot] 1
  • Update dependency SQLAlchemy to v1.4.43

    Update dependency SQLAlchemy to v1.4.43

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | SQLAlchemy (changelog) | ==1.4.40 -> ==1.4.46 | age | adoption | passing | confidence |


    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • Update dependency aiofiles to v22

    Update dependency aiofiles to v22

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | aiofiles | ==0.8.0 -> ==22.1.0 | age | adoption | passing | confidence |


    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • Update dependency telethon to v1.25.0

    Update dependency telethon to v1.25.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | telethon | ==1.24.0 -> ==1.26.1 | age | adoption | passing | confidence |


    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • Update dependency odmantic to v0.7.0

    Update dependency odmantic to v0.7.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | odmantic | ==0.4.0 -> ==0.9.2 | age | adoption | passing | confidence |


    Configuration

    ๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

    โ™ป Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    ๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
Owner
ใ€Œ Rajkumarโ„ข ใ€
print("Hy My Name Is Rajkumar. People Call Me RJ.")
ใ€Œ Rajkumarโ„ข ใ€
NekoRobot-2 - Neko is An Anime themed advance Telegram group management bot.

NekoRobot A modular telegram Python bot running on python3 with an sqlalchemy, mongodb database. โ•’โ•โ•โ•ใ€Œ Status ใ€ Maintained Support Group Included Free

Lovely Boy 19 Nov 12, 2022
An powerfull telegram group management anime themed bot.

ErzaScarlet Erza Scarlet is the female deuteragonist of the anime/manga series Fairy Tail. She is an S-class Mage from the Guild Fairy Tail. Like most

๊œฑลสœแด‡ส€แดœ แด‹ฤษด (AKA) ๊œฑแดสœแด€ษชสŸ แด‹สœแด€ษด 2 May 19, 2022
An anime themed telegram group management bot based on sqlalchemy database running on python3.

Kazuko Robot A Telegram Python bot running on python3 forked with saitama and DiasyX with a sqlalchemy database and an entirely themed persona to make

heyaaman 22 Dec 7, 2022
Anime Themed Telegram Group Manager Bot By WaifuNetwork

?? Yukino Yukinoshita ?? #This Is The OLD version Of Yukino Bot New Version Of Yukino Yukinoshita is private. Thanks to everyone who starred Yukino, T

TR0J3N 4 Jan 10, 2022
ShoukoKomiRobot - An anime themed telegram bot that can convert telegram media

ShoukoKomiRobot โ€ข ?????????????? ???? Python3 โ€ข ?????????????? ???????? Pyrogram

null 25 Aug 14, 2022
An Anime Themed Fast And Safe Group Managing Bot.

ฮž L I N ฮ› ?? A Powerful, Smart And Simple Group Manager bot Avaiilable a latest version as ฮž L I N ฮ› ?? on Telegram Self-hosting (For Devs) vps # Inst

null 7 Nov 12, 2022
szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs โค๏ธ

szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs โค๏ธ

szsupunma 93 Jan 7, 2023
A Characther powerful in saints saiya anime and modular telegram group management bot built using python3

Kaneki Ken A Powerful and Modular Saint Aries is a Characther powerful in saints saiya anime and modular telegram group management bot built using pyt

null 1 Dec 21, 2021
An Anime Theme Telegram group management bot. With lot of features.

Emilia Project Emilia-Prjkt is a modular bot running on python3 with anime theme and have a lot features. Easiest Way To Deploy On Heroku This Bot is

ZenitsuID #Mโ€ขRโ€ขTโ„ข 3 Feb 3, 2022
Kevin L. 3 Jul 14, 2022
A group management bot written in python3 using the python-telegram-bot library.

Chika Fujiwara A modular telegram Python bot running on python3 with an sqlalchemy database. Originally a Marie fork, Chika was created for personal u

Wahyusaputra 3 Feb 12, 2022
A Powerful, Smart And Advance Group Manager ... Written with AioGram , Pyrogram and Telethon...

โค๏ธ Shadow โค๏ธ A Powerful, Smart And Advance Group Manager ... Written with AioGram , Pyrogram and Telethon... โญ๏ธ Thanks to everyone who starred Shadow,

TeamShadow 17 Oct 21, 2022
Telegram Group Management Bot based on phython !!!

How to setup/deploy. For easiest way to deploy this Bot click on the below button Mแด€แด…แด‡ Bส Sแดœแด˜แด˜แดส€แด› Sแดแดœส€แด„แด‡ Find This Bot on Telegram A modular Telegram

Mukesh Solanki 5 Nov 17, 2021
Telegram Group Management Bot based on Pyrogram

Komi-San Telegram Group Management Bot based on Pyrogram More updates coming soon Support Group Open a Pull request if you wana contribute Example for

null 33 Nov 7, 2022
A modular Telegram group management bot running with Python based on Pyrogram.

A modular Telegram group management bot running with Python based on Pyrogram.

Jefanya Efandchris 1 Nov 14, 2022
Holly โ™ฅ๏ธ is usefull group management bot in telegram ๐ŸŽ‹

Holly โ™ฅ๏ธ is usefull group management bot in telegram ??

Kasun bandara 1 Dec 3, 2021
Optimus Prime - A modular Telegram group management and drive clone bot running on Python with sqlalchemy database

Optimus Prime Bot . ?? A modular Telegram group management and drive clone bot r

null 9 Jun 1, 2022
Powerful and Advance Telegram Bot with soo many features๐Ÿ˜‹๐Ÿ”ฅโค

Chat-Bot Reach this bot on Telegram Chat Bot New Features ?? โœจ Improved Chat Experience โœจ Removed Some Unnecessary Commands โœจ Added Facility to downlo

Sanila Ranatunga 10 Oct 21, 2022
veez music bot is a telegram music bot project, allow you to play music on voice chat group telegram.

?? Veez Music Bot Music bot for playing music on telegram voice chat group. Requirements ?? FFmpeg NodeJS nodesource.com Python 3.7+ PyTgCalls ?? Get

levina 143 Jun 19, 2022