Bot-moderator for Telegram group chats

Overview

Project title logo
language language GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub Repo stars

A little info about your project and/ or overview that explains what the project is about.

🌟 Hello everyone! This is the repository of my package on Python "sync-folders". 🌟

The README Checklist

A helpful checklist to gauge how your README is coming along:

  • One-liner explaining the purpose of the module
  • Necessary background context & links
  • Potentially unfamiliar terms link to informative sources
  • Clear, runnable example of usage
  • Installation instructions
  • Extensive API documentation
  • Performs cognitive funneling
  • Caveats and limitations mentioned up-front
  • Doesn't rely on images to relay critical information
  • License

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Build status 🔨

Build status of continus integration i.e. travis, appveyor etc.

Here you can see build status of continuous integration/continuous deployment:

Build Status Windows Build Status

Badges 📣

Other badges

Build Status

Screenshots 📷

Include logo/demo screenshot etc.

Tech/framework used 🔧

Built with

Features 💪

What makes your project stand out?

With my package you can sync two folders, manage logs files, delete empty folders and old files, read and create zip-archives.

Code Example 📌

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Installation 💻

Provide step by step series of examples and explanations about how to get a development env running.

Fast usage 💨

If people like your project they’ll want to learn how they can use it. To do so include step by step guide to use your project.

API Reference 🎆

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

As tables

Tests 🔬

Describe and show how to run the tests with code examples.

As screenshot or 😄 I give you the link to GitHub Actions, where you can see all my tests.

Contribute 🏃

Let people know how they can contribute into your project. A contributing guideline will be a big plus.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Also look at the CONTRIBUTING.md.

Credits 🐱 🤝

Give proper credits. This could be a link to any repo which inspired you to build this project, any blogposts or links to people who contrbuted in this project.

License 🔖

MIT © Yourname

Comments
  • Bump charset-normalizer from 2.1.1 to 3.0.0

    Bump charset-normalizer from 2.1.1 to 3.0.0

    Bumps charset-normalizer from 2.1.1 to 3.0.0.

    Release notes

    Sourced from charset-normalizer's releases.

    Version 3.0.0

    3.0.0 (2022-10-20)

    Added

    • Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    • Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    • Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio
    • normalizer --version now specify if the current version provides extra speedup (meaning mypyc compilation whl)

    Changed

    • Build with static metadata (not pyproject.toml yet)
    • Make language detection stricter
    • Optional: Module md.py can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1

    Fixed

    • CLI with opt --normalize fail when using full path for files
    • TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha characters have been fed to it
    • Sphinx warnings when generating the documentation

    Removed

    • Coherence detector no longer returns 'Simple English' instead returns 'English'
    • Coherence detector no longer returns 'Classical Chinese' instead returns 'Chinese'
    • Breaking: Method first() and best() from CharsetMatch
    • UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflicts with ASCII)
    • Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches
    • Breaking: Top-level function normalize
    • Breaking: Properties chaos_secondary_pass, coherence_non_latin and w_counter from CharsetMatch
    • Support for the backport unicodedata2

    This is the last version (3.0.x) to support Python 3.6 We plan to drop it for 3.1.x

    Version 3.0.0rc1

    This is the last pre-release. If everything goes well, I will publish the stable tag.

    3.0.0rc1 (2022-10-18)

    Added

    • Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    • Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    • Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio

    Changed

    • Build with static metadata using 'build' frontend
    • Make language detection stricter

    Fixed

    • CLI with opt --normalize fail when using full path for files
    • TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha characters have been fed to it

    Removed

    ... (truncated)

    Changelog

    Sourced from charset-normalizer's changelog.

    3.0.0 (2022-10-20)

    Added

    • Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    • Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    • Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio
    • normalizer --version now specify if current version provide extra speedup (meaning mypyc compilation whl)

    Changed

    • Build with static metadata using 'build' frontend
    • Make the language detection stricter
    • Optional: Module md.py can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1

    Fixed

    • CLI with opt --normalize fail when using full path for files
    • TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it
    • Sphinx warnings when generating the documentation

    Removed

    • Coherence detector no longer return 'Simple English' instead return 'English'
    • Coherence detector no longer return 'Classical Chinese' instead return 'Chinese'
    • Breaking: Method first() and best() from CharsetMatch
    • UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII)
    • Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches
    • Breaking: Top-level function normalize
    • Breaking: Properties chaos_secondary_pass, coherence_non_latin and w_counter from CharsetMatch
    • Support for the backport unicodedata2

    3.0.0rc1 (2022-10-18)

    Added

    • Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    • Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    • Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio

    Changed

    • Build with static metadata using 'build' frontend
    • Make the language detection stricter

    Fixed

    • CLI with opt --normalize fail when using full path for files
    • TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it

    Removed

    • Coherence detector no longer return 'Simple English' instead return 'English'
    • Coherence detector no longer return 'Classical Chinese' instead return 'Chinese'

    3.0.0b2 (2022-08-21)

    Added

    ... (truncated)

    Upgrade guide

    Sourced from charset-normalizer's upgrade guide.

    Guide to upgrade your code from v1 to v2

    • If you are using the legacy detect function, that is it. You have nothing to do.

    Detection

    Before

    from charset_normalizer import CharsetNormalizerMatches
    

    results = CharsetNormalizerMatches.from_bytes( '我没有埋怨,磋砣的只是一些时间。'.encode('utf_32') )

    After

    from charset_normalizer import from_bytes
    

    results = from_bytes( '我没有埋怨,磋砣的只是一些时间。'.encode('utf_32') )

    Methods that once were staticmethods of the class CharsetNormalizerMatches are now basic functions. from_fp, from_bytes, from_fp and `` are concerned.

    Staticmethods scheduled to be removed in version 3.0

    Commits
    • 0ec52ef Version 3.0.0 (#223)
    • db134f3 Update python-publish.yml
    • 690f74c :wrench: pass --no-isolation through CIBW_CONFIG_SETTINGS --build-option
    • 20996c3 :arrow_up: cibuildwheel v2.11.1 (fix-tag)
    • 24f366c :arrow_up: cibuildwheel v2.11.1
    • 33b7327 :wrench: update universal-wheel stage (missing build pkg)
    • 544595d Merge pull request #209 from Ousret/3.0
    • 6367d53 :pencil: Missing CHANGELOG entry and add language_threshold to docs::advanced...
    • b15f416 :pencil: Update CHANGELOG.md
    • f8e1153 :pencil: Adjust speedup docs section
    • 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] 4
  • Bump sqlalchemy from 1.4.41 to 1.4.42

    Bump sqlalchemy from 1.4.41 to 1.4.42

    Bumps sqlalchemy from 1.4.41 to 1.4.42.

    Release notes

    Sourced from sqlalchemy's releases.

    1.4.42

    Released: October 16, 2022

    orm

    • [orm] [bug] The _orm.Session.execute.bind_arguments dictionary is no longer mutated when passed to _orm.Session.execute() and similar; instead, it's copied to an internal dictionary for state changes. Among other things, this fixes and issue where the "clause" passed to the _orm.Session.get_bind() method would be incorrectly referring to the _sql.Select construct used for the "fetch" synchronization strategy, when the actual query being emitted was a _dml.Delete or _dml.Update. This would interfere with recipes for "routing sessions".

      References: #8614

    • [orm] [bug] A warning is emitted in ORM configurations when an explicit _orm.remote() annotation is applied to columns that are local to the immediate mapped class, when the referenced class does not include any of the same table columns. Ideally this would raise an error at some point as it's not correct from a mapping point of view.

      References: #7094

    • [orm] [bug] A warning is emitted when attempting to configure a mapped class within an inheritance hierarchy where the mapper is not given any polymorphic identity, however there is a polymorphic discriminator column assigned. Such classes should be abstract if they never intend to load directly.

      References: #7545

    • [orm] [bug] [regression] Fixed regression for 1.4 in _orm.contains_eager() where the "wrap in subquery" logic of _orm.joinedload() would be inadvertently triggered for use of the _orm.contains_eager() function with similar statements (e.g. those that use distinct(), limit() or offset()), which would then lead to secondary issues with queries that used some combinations of SQL label names and aliasing. This "wrapping" is not appropriate for _orm.contains_eager() which has always had the contract that the user-defined SQL statement is unmodified with the exception of adding the appropriate columns to be fetched.

      References: #8569

    • [orm] [bug] [regression] Fixed regression where using ORM update() with synchronize_session='fetch' would fail due to the use of evaluators that are now used to determine the in-Python value for expressions in the the SET clause when refreshing objects; if the evaluators make use of math operators against non-numeric

    ... (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] 4
  • Bump greenlet from 1.1.3 to 2.0.0

    Bump greenlet from 1.1.3 to 2.0.0

    Bumps greenlet from 1.1.3 to 2.0.0.

    Changelog

    Sourced from greenlet's changelog.

    2.0.0 (2022-10-31)

    • Nothing changed yet.

    2.0.0rc5 (2022-10-31)

    • Linux: Fix another group of rare crashes that could occur when shutting down an interpeter running multiple threads. See issue 325 <https://github.com/python-greenlet/greenlet/issues/325>_.

    2.0.0rc4 (2022-10-30)

    • Linux: Fix a rare crash that could occur when shutting down an interpreter running multiple threads, when some of those threads are in greenlets making calls to functions that release the GIL.

    2.0.0rc3 (2022-10-29)

    • Python 2: Fix a crash that could occur when raising an old-style instance object.

    2.0.0rc2 (2022-10-28)

    • Workaround a CPython 3.8 bug <https://github.com/python/cpython/issues/81308>_ that could cause the interpreter to crash during an early phase of shutdown with the message "Fatal Python error: Python memory allocator called without holding the GI." This only impacted CPython 3.8a3 through CPython 3.9a5; the fix is only applied to CPython 3.8 releases (please don't use an early alpha release of CPython 3.9).

    2.0.0rc1 (2022-10-27)

    • Deal gracefully with greenlet switches that occur while deferred deallocation of objects is happening using CPython's "trash can" mechanism. Previously, if a large nested container held items that switched greenlets during delayed deallocation, and that second greenlet also invoked the trash can, CPython's internal state could become corrupt. This was visible as an assertion error in debug builds. Now, the relevant internal state is saved and restored

    ... (truncated)

    Commits
    • f9c29d9 Preparing release 2.0.0
    • 4ba1df6 Back to development: 2.0.0rc6
    • 69f4cfc Preparing release 2.0.0rc5
    • 7514666 Merge pull request #326 from python-greenlet/issue325
    • 0d16498 FIx 325 by more careful manual handling of a reference.
    • c9c27c9 Back to development: 2.0.0rc5
    • 4ad72bb Preparing release 2.0.0rc4
    • 23f9123 Merge pull request #324 from python-greenlet/noexcept-crashing-on-linux
    • bb19adf win32: simplify the test matrix.
    • 8956216 Win32: Using /EHr, annotate inner_bootstrap again as noexcept to try to force...
    • 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] 4
  • Bump aiohttp from 3.8.1 to 3.8.3

    Bump aiohttp from 3.8.1 to 3.8.3

    Bumps aiohttp from 3.8.1 to 3.8.3.

    Release notes

    Sourced from aiohttp's releases.

    3.8.3

    .. attention::

    This is the last :doc:aiohttp <index> release tested under Python 3.6. The 3.9 stream is dropping it from the CI and the distribution package metadata.

    Bugfixes

    • Increased the upper boundary of the :doc:multidict:index dependency to allow for the version 6 -- by :user:hugovk.

      It used to be limited below version 7 in :doc:aiohttp <index> v3.8.1 but was lowered in v3.8.2 via :pr:6550 and never brought back, causing problems with dependency pins when upgrading. :doc:aiohttp <index> v3.8.3 fixes that by recovering the original boundary of < 7. (#6950)


    3.8.2 (2022-09-20, subsequently yanked on 2022-09-21)

    .. note::

    This release has some compatibility fixes for Python 3.11 but it may still have some quirks. Some tests are still flaky in the CI.

    .. caution::

    This release has been yanked from PyPI. Modern pip will not pick it up automatically. The reason is that is has multidict < 6 set in the distribution package metadata (see :pr:6950). Please, use aiohttp ~= 3.8.3, != 3.8.1 instead, if you can.

    Bugfixes

    • Added support for registering :rfc:OPTIONS <9110#OPTIONS> HTTP method handlers via :py:class:~aiohttp.web.RouteTableDef. (#4663)
    • Started supporting :rfc:authority-form <9112#authority-form> and :rfc:absolute-form <9112#absolute-form> URLs on the server-side. (#6227)
    • Fixed Python 3.11 incompatibilities by using Cython 0.29.25. (#6396)
    • Extended the sock argument typing declaration of the

    ... (truncated)

    Changelog

    Sourced from aiohttp's changelog.

    3.8.3 (2022-09-21)

    .. attention::

    This is the last :doc:aiohttp <index> release tested under Python 3.6. The 3.9 stream is dropping it from the CI and the distribution package metadata.

    Bugfixes

    • Increased the upper boundary of the :doc:multidict:index dependency to allow for the version 6 -- by :user:hugovk.

      It used to be limited below version 7 in :doc:aiohttp <index> v3.8.1 but was lowered in v3.8.2 via :pr:6550 and never brought back, causing problems with dependency pins when upgrading. :doc:aiohttp <index> v3.8.3 fixes that by recovering the original boundary of < 7. [#6950](https://github.com/aio-libs/aiohttp/issues/6950) <https://github.com/aio-libs/aiohttp/issues/6950>_


    3.8.2 (2022-09-20, subsequently yanked on 2022-09-21)

    Bugfixes

    • Support registering OPTIONS HTTP method handlers via RouteTableDef. [#4663](https://github.com/aio-libs/aiohttp/issues/4663) <https://github.com/aio-libs/aiohttp/issues/4663>_

    • Started supporting authority-form and absolute-form URLs on the server-side. [#6227](https://github.com/aio-libs/aiohttp/issues/6227) <https://github.com/aio-libs/aiohttp/issues/6227>_

    • Fix Python 3.11 alpha incompatibilities by using Cython 0.29.25 [#6396](https://github.com/aio-libs/aiohttp/issues/6396) <https://github.com/aio-libs/aiohttp/issues/6396>_

    • Remove a deprecated usage of pytest.warns(None) [#6663](https://github.com/aio-libs/aiohttp/issues/6663) <https://github.com/aio-libs/aiohttp/issues/6663>_

    • Fix regression where asyncio.CancelledError occurs on client disconnection. [#6719](https://github.com/aio-libs/aiohttp/issues/6719) <https://github.com/aio-libs/aiohttp/issues/6719>_

    • Export :py:class:~aiohttp.web.PrefixedSubAppResource under :py:mod:aiohttp.web -- by :user:Dreamsorcerer.

      This fixes a regression introduced by :pr:3469. [#6889](https://github.com/aio-libs/aiohttp/issues/6889) <https://github.com/aio-libs/aiohttp/issues/6889>_

    • Dropped the :class:object type possibility from the :py:attr:aiohttp.ClientSession.timeout property return type declaration. [#6917](https://github.com/aio-libs/aiohttp/issues/6917) <https://github.com/aio-libs/aiohttp/issues/6917>_,

    ... (truncated)

    Commits
    • 30b7a4e Add a yanking caution message to v3.8.2 changelog
    • 1827944 Stop including an empty changelog draft in Sphinx
    • 58a4733 Mention that v3.8.2 has been yanked
    • 13f50f9 Move the Python 3.6 attention box to v3.8.3
    • cb20fd2 Bump aiohttp to v3.8.3
    • 50203c4 Increase the upper boundary of the multidict dependency allowing v6
    • ee5e951 Merge branch 'release/v3.8.2' into 3.8
    • 3ef9cab Bump the hardcoded version to v3.8.2.post0.dev0
    • 99c8d0d Brush up the changelog wording for v3.8.2
    • a56b31c Add a note about Python 3.6 in the changelog
    • 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] 4
  • Bump yarl from 1.7.2 to 1.8.1

    Bump yarl from 1.7.2 to 1.8.1

    Bumps yarl from 1.7.2 to 1.8.1.

    Release notes

    Sourced from yarl's releases.

    1.8.1

    Misc

    1.8.0

    Features

    • Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes, URL.with_suffix. ((#613)_)

    Improved Documentation

    • Fixed broken internal references to :meth:~URL.human_repr. ((#665)_)
    • Fixed broken external references to :doc:multidict:index docs. ((#665)_)

    Deprecations and Removals

    • Dropped Python 3.6 support. ((#672)_)

    Misc

    Changelog

    Sourced from yarl's changelog.

    1.8.1 (2022-08-01)

    Misc

    • [#694](https://github.com/aio-libs/yarl/issues/694) <https://github.com/aio-libs/yarl/issues/694>, [#699](https://github.com/aio-libs/yarl/issues/699) <https://github.com/aio-libs/yarl/issues/699>, [#700](https://github.com/aio-libs/yarl/issues/700) <https://github.com/aio-libs/yarl/issues/700>, [#701](https://github.com/aio-libs/yarl/issues/701) <https://github.com/aio-libs/yarl/issues/701>, [#702](https://github.com/aio-libs/yarl/issues/702) <https://github.com/aio-libs/yarl/issues/702>, [#703](https://github.com/aio-libs/yarl/issues/703) <https://github.com/aio-libs/yarl/issues/703>, [#739](https://github.com/aio-libs/yarl/issues/739) <https://github.com/aio-libs/yarl/issues/739>_

    1.8.0 (2022-08-01)

    Features

    • Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes, URL.with_suffix. ([#613](https://github.com/aio-libs/yarl/issues/613) <https://github.com/aio-libs/yarl/issues/613>_)

    Improved Documentation

    • Fixed broken internal references to :meth:~URL.human_repr. ([#665](https://github.com/aio-libs/yarl/issues/665) <https://github.com/aio-libs/yarl/issues/665>_)
    • Fixed broken external references to :doc:multidict:index docs. ([#665](https://github.com/aio-libs/yarl/issues/665) <https://github.com/aio-libs/yarl/issues/665>_)

    Deprecations and Removals

    • Dropped Python 3.6 support. ([#672](https://github.com/aio-libs/yarl/issues/672) <https://github.com/aio-libs/yarl/issues/672>_)

    Misc

    • [#646](https://github.com/aio-libs/yarl/issues/646) <https://github.com/aio-libs/yarl/issues/646>, [#699](https://github.com/aio-libs/yarl/issues/699) <https://github.com/aio-libs/yarl/issues/699>, [#701](https://github.com/aio-libs/yarl/issues/701) <https://github.com/aio-libs/yarl/issues/701>_
    Commits
    • 68e7d93 Merge branch 'release/v1.8.1'
    • 441f9db Bump yarl to v1.8.1
    • 70457e4 Merge branch 'maintenance/py311'
    • a401202 Move Python 3.11 to the main CI matrix
    • 9c1dad4 🔥 Drop the experimental flag from CI
    • 7ced436 Test under PyPy 3.9 in CI
    • 0c6ec42 Declare support for Python 3.11 @ package metadata
    • dcced6d Bump sphinxcontrib-spelling from 7.5.0 to 7.6.0 (#745)
    • d18ad73 Bump typing-extensions from 4.2.0 to 4.3.0 (#747)
    • 535a738 Bump pre-commit from 2.19.0 to 2.20.0 (#749)
    • 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] 4
  • Bump charset-normalizer from 2.0.12 to 2.1.0

    Bump charset-normalizer from 2.0.12 to 2.1.0

    Bumps charset-normalizer from 2.0.12 to 2.1.0.

    Release notes

    Sourced from charset-normalizer's releases.

    Version 2.1.0

    2.1.0 (2022-06-19)

    Added

    • Output the Unicode table version when running the CLI with --version (PR #194)

    Changed

    • Re-use decoded buffer for single byte character sets from @​nijel (PR #175)
    • Fixing some performance bottlenecks from @​deedy5 (PR #183)

    Fixed

    • Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
    • CLI default threshold aligned with the API threshold from @​oleksandr-kuzmenko (PR #181)

    Removed

    • Support for Python 3.5 (PR #192)

    Deprecated

    • Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)
    Changelog

    Sourced from charset-normalizer's changelog.

    2.1.0 (2022-06-19)

    Added

    • Output the Unicode table version when running the CLI with --version (PR #194)

    Changed

    • Re-use decoded buffer for single byte character sets from @​nijel (PR #175)
    • Fixing some performance bottlenecks from @​deedy5 (PR #183)

    Fixed

    • Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
    • CLI default threshold aligned with the API threshold from @​oleksandr-kuzmenko (PR #181)

    Removed

    • Support for Python 3.5 (PR #192)

    Deprecated

    • Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)
    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] 4
  • Bump babel from 2.9.1 to 2.10.3

    Bump babel from 2.9.1 to 2.10.3

    Bumps babel from 2.9.1 to 2.10.3.

    Release notes

    Sourced from babel's releases.

    v2.10.2

    This is a bugfix release for Babel 2.10.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/python-babel/babel/compare/v2.10.1...v2.10.2

    Version 2.10.1

    This is a bugfix release for 2.10.0 for a bug that only affects users who do not have setuptools installed.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/python-babel/babel/compare/v2.10.0...v2.10.1

    Version 2.10.0

    This changelog has been created automatically by GitHub.

    Please see https://github.com/python-babel/babel/blob/master/CHANGES.rst for a more condensed version. Full Changelog: https://github.com/python-babel/babel/compare/v2.9.0...v2.10.0

    What's Changed

    ... (truncated)

    Changelog

    Sourced from babel's changelog.

    Version 2.10.3

    This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.

    Thanks to Michał Górny for pointing this out and Jun Omae for verifying.

    This and future Babel PyPI packages will be built by a more automated process, which should make problems like this less likely to occur.

    Version 2.10.2

    This is a bugfix release for Babel 2.10.1.

    • Fallback count="other" format in format_currency() (:gh:872) - Jun Omae
    • Fix get_period_id() with dayPeriodRule across 0:00 (:gh:871) - Jun Omae
    • Add support for b and B period symbols in time format (:gh:869) - Jun Omae
    • chore(docs/typo): Fixes a minor typo in a function comment (:gh:864) - Frank Harrison

    Version 2.10.1

    This is a bugfix release for Babel 2.10.0.

    • Messages: Fix distutils import. Regressed in :gh:843. (:gh:852) - Nehal J Wani
    • The wheel file is no longer marked as universal, since Babel only supports Python 3.

    Version 2.10.0

    Upcoming deprecation

    
    * The ``get_next_timezone_transition()`` function is marked deprecated in this version and will be removed
      likely as soon as Babel 2.11.  No replacement for this function is planned; based on discussion in
      :gh:`716`, it's likely the function is not used in any real code. (:gh:`852`) - Aarni Koskela, Paul Ganssle
    

    Improvements

    
    * CLDR: Upgrade to CLDR 41.0. (:gh:`853`) - Aarni Koskela
    
    • The c and e plural form operands introduced in CLDR 40 are parsed, but otherwise unsupported. (:gh:826)

    • Non-nominative forms of units are currently ignored.

    • Messages: Implement --init-missing option for pybabel update (:gh:785) - ruro

    • Messages: For extract, you can now replace the built-in .* / _* ignored directory patterns with ones of your own. (:gh:832) - Aarni Koskela, Kinshuk Dua

    • Messages: Add --check to verify if catalogs are up-to-date (:gh:831) - Krzysztof Jagiełło &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary>

    <ul> <li><a href="https://github.com/python-babel/babel/commit/0d902412c3e1ddfcc305abaf24ccfd5a3b52a53e"><code>0d90241</code></a> Become 2.10.3</li> <li><a href="https://github.com/python-babel/babel/commit/e619dd7915ddcc8e93c7483b0e65562c14efe6f1"><code>e619dd7</code></a> CI: include maint branches in actions</li> <li><a href="https://github.com/python-babel/babel/commit/6c7a772e1a24b0e023c170fe25134357fe4fe9fa"><code>6c7a772</code></a> Delete legacy release scripts</li> <li><a href="https://github.com/python-babel/babel/commit/0ab05bc61a8f2064b0ae2a57656b258e641ed192"><code>0ab05bc</code></a> setup.cfg: switch to metadata.license_files</li> <li><a href="https://github.com/python-babel/babel/commit/2e621d14997f61ab5be40954d75a6bdb828f79d0"><code>2e621d1</code></a> Add GitHub Actions workflow for building packages</li> <li><a href="https://github.com/python-babel/babel/commit/24bc2ddd682631439a590da89735297e09419289"><code>24bc2dd</code></a> Become 2.10.2</li> <li><a href="https://github.com/python-babel/babel/commit/d0ec73dcfb153823a12f8f94871849b6cd9fece9"><code>d0ec73d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-babel/babel/issues/869">#869</a> from jun66j5/date-period-symbols</li> <li><a href="https://github.com/python-babel/babel/commit/53a74f1c1567b28e6e23bb1ab48ca3a0f888d307"><code>53a74f1</code></a> Fix up some Python2-isms using pyupgrade</li> <li><a href="https://github.com/python-babel/babel/commit/38a0e42f5ed756dce41ad45801bf702b5404e69a"><code>38a0e42</code></a> Improve doctest for <code>DateTimeFormat.format_period</code></li> <li><a href="https://github.com/python-babel/babel/commit/cf1abf100a977e0619e3f64f83905e3dd8676fe1"><code>cf1abf1</code></a> Use <code>... if expr else ...</code></li> <li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.9.1...v2.10.3">compare view</a></li> </ul> </details>

    <br />

    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] 4
  • Bump certifi from 2021.10.8 to 2022.5.18.1

    Bump certifi from 2021.10.8 to 2022.5.18.1

    Bumps certifi from 2021.10.8 to 2022.5.18.1.

    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] 4
  • Bump sqlalchemy from 1.4.36 to 1.4.37

    Bump sqlalchemy from 1.4.36 to 1.4.37

    Bumps sqlalchemy from 1.4.36 to 1.4.37.

    Release notes

    Sourced from sqlalchemy's releases.

    1.4.37

    Released: May 31, 2022

    orm

    • [orm] [bug] Fixed issue where using a _orm.column_property() construct containing a subquery against an already-mapped column attribute would not correctly apply ORM-compilation behaviors to the subquery, including that the "IN" expression added for a single-table inherits expression would fail to be included.

      References: #8064

    • [orm] [bug] Fixed issue where ORM results would apply incorrect key names to the returned Row objects in the case where the set of columns to be selected were changed, such as when using Select.with_only_columns().

      References: #8001

    • [orm] [bug] [oracle] [postgresql] Fixed bug, likely a regression from 1.3, where usage of column names that require bound parameter escaping, more concretely when using Oracle with column names that require quoting such as those that start with an underscore, or in less common cases with some PostgreSQL drivers when using column names that contain percent signs, would cause the ORM versioning feature to not work correctly if the versioning column itself had such a name, as the ORM assumes certain bound parameter naming conventions that were being interfered with via the quotes. This issue is related to #8053 and essentially revises the approach towards fixing this, revising the original issue #5653 that created the initial implementation for generalized bound-parameter name quoting.

      References: #8056

    engine

    • [engine] [bug] [tests] Fixed issue where support for logging "stacklevel" implemented in #7612 required adjustment to work with recently released Python 3.11.0b1, also repairs the unit tests which tested this feature.

      References: #8019

    sql

    • [sql] [bug] [postgresql] [sqlite] Fixed bug where the PostgreSQL _postgresql.Insert.on_conflict_do_update() method and the SQLite

    ... (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] 4
  • Bump babel from 2.9.1 to 2.10.1

    Bump babel from 2.9.1 to 2.10.1

    Bumps babel from 2.9.1 to 2.10.1.

    Release notes

    Sourced from babel's releases.

    Version 2.10.1

    This is a bugfix release for 2.10.0 for a bug that only affects users who do not have setuptools installed.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/python-babel/babel/compare/v2.10.0...v2.10.1

    Version 2.10.0

    This changelog has been created automatically by GitHub.

    Please see https://github.com/python-babel/babel/blob/master/CHANGES.rst for a more condensed version. Full Changelog: https://github.com/python-babel/babel/compare/v2.9.0...v2.10.0

    What's Changed

    ... (truncated)

    Changelog

    Sourced from babel's changelog.

    Version 2.10.1

    This is a bugfix release for Babel 2.10.0.

    • Messages: Fix distutils import. Regressed in :gh:843. (:gh:852) - Nehal J Wani
    • The wheel file is no longer marked as universal, since Babel only supports Python 3.

    Version 2.10.0

    Upcoming deprecation

    
    * The ``get_next_timezone_transition()`` function is marked deprecated in this version and will be removed
      likely as soon as Babel 2.11.  No replacement for this function is planned; based on discussion in
      :gh:`716`, it's likely the function is not used in any real code. (:gh:`852`) - Aarni Koskela, Paul Ganssle
    

    Improvements

    
    * CLDR: Upgrade to CLDR 41.0. (:gh:`853`) - Aarni Koskela
    
    • The c and e plural form operands introduced in CLDR 40 are parsed, but otherwise unsupported. (:gh:826)

    • Non-nominative forms of units are currently ignored.

    • Messages: Implement --init-missing option for pybabel update (:gh:785) - ruro

    • Messages: For extract, you can now replace the built-in .* / _* ignored directory patterns with ones of your own. (:gh:832) - Aarni Koskela, Kinshuk Dua

    • Messages: Add --check to verify if catalogs are up-to-date (:gh:831) - Krzysztof Jagiełło

    • Messages: Add --header-comment to override default header comment (:gh:720) - Mohamed Hafez Morsy, Aarni Koskela

    • Dates: parse_time now supports 12-hour clock, and is better at parsing partial times. (:gh:834) - Aarni Koskela, David Bauer, Arthur Jovart

    • Dates: parse_date and parse_time now raise ParseError, a subclass of ValueError, in certain cases. (:gh:834) - Aarni Koskela

    • Dates: parse_date and parse_time now accept the format parameter. (:gh:834) - Juliette Monsel, Aarni Koskela

    Infrastructure

    • The internal babel/_compat.py module is no more (:gh:808) - Hugo van Kemenade
    • Python 3.10 is officially supported (:gh:809) - Hugo van Kemenade
    • There's now a friendly GitHub issue template. (:gh:800) – Álvaro Mondéjar Rubio
    • Don't use the deprecated format_number function internally or in tests - Aarni Koskela
    • Add GitHub URL for PyPi (:gh:846) - Andrii Oriekhov
    • Python 3.12 compatibility: Prefer setuptools imports to distutils imports (:gh:843) - Aarni Koskela
    • Python 3.11 compatibility: Add deprecations to l*gettext variants (:gh:835) - Aarni Koskela
    • CI: Babel is now tested with PyPy 3.7. (:gh:851) - Aarni Koskela

    </tr></table>

    ... (truncated)

    Commits
    • 4fcc285 Become 2.10.1
    • bb17c1d Update changelog and authors
    • eda6d62 Mark wheel as no longer universal
    • 9aca148 Fix import statement in messages/frontend.py
    • 5d24af5 Become 2.10.0
    • fc398ac Merge pull request #856 from akx/prepare-2.10
    • ae59248 Distill changelog and AUTHORS
    • 8f0ae69 Add maintainer to setup.py
    • 6be13e4 Slightly clean up setup.py
    • 2e56095 Remove upload-docs task from Makefile (RTD handles docs)
    • 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] 4
  • Bump typing-extensions from 4.1.1 to 4.2.0

    Bump typing-extensions from 4.1.1 to 4.2.0

    Bumps typing-extensions from 4.1.1 to 4.2.0.

    Changelog

    Sourced from typing-extensions's changelog.

    Release 4.2.0 (April 17, 2022)

    • Re-export typing.Unpack and typing.TypeVarTuple on Python 3.11.
    • Add ParamSpecArgs and ParamSpecKwargs to __all__.
    • Improve "accepts only single type" error messages.
    • Improve the distributed package. Patch by Marc Mueller (@​cdce8p).
    • Update typing_extensions.dataclass_transform to rename the field_descriptors parameter to field_specifiers and accept arbitrary keyword arguments.
    • Add typing_extensions.get_overloads and typing_extensions.clear_overloads, and add registry support to typing_extensions.overload. Backport from python/cpython#89263.
    • Add typing_extensions.assert_type. Backport from bpo-46480.
    • Drop support for Python 3.6. Original patch by Adam Turner (@​AA-Turner).
    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] 4
Releases(v1.0.0)
Owner
Maxim Zavalniuk
I was born in Vinnytsia, where I received my primary education. I get my higher education in Kyiv, namely, at the NTUU "Igor Sikorsky KPI".
Maxim Zavalniuk
⚡ A really fast and powerful Discord Token Checker

discord-token-checker ⚡ A really fast and powerful Discord Token Checker How To Use? Do pip install -r requirements.txt in your command prompt Make to

vida 25 Feb 26, 2022
This Discord bot is to give timely notifications to Students in the Lakehead CS 2021 Guild

Discord-Bot Goal of Project The purpose of this Discord bot is to give timely notifications to Students in the Lakehead CS 2021 Guild. How can I contr

8 Jan 30, 2022
This is a Discord script that will provide a QR Code to your scholars for Axie Infinity.

DiscordQRCodeBot This is a Discord script that will provide a QR Code to your Axie Infinity scholars. Setup Run Ubuntu on AWS ec2 instance Dowloads al

ZracheSs | xyZ 24 Oct 05, 2022
Confirm that files have been uploaded to Backblaze Cloud Backup successfully

Backblaze Backup Checker This Python script compares metadata captured from files within source folders against data parsed from Backblaze Cloud Backu

18 Jul 29, 2022
A Python wrapper for Discord RPC API

Discord RPC An Python wrapper for Discord RPC API. Allow you to make own custom RPC Install PyPI pip install discord-rpc Quick example import Discord

LyQuid :3 10 Dec 29, 2022
Deepak Clouds Torrent is a multipurpose Telegram Bot writen in Python for mirroring files on the Internet to our beloved Google Drive.

Deepak Clouds Torrent is a multipurpose Telegram Bot writen in Python for mirroring files on the Internet to our beloved Google Drive.

Deepak Clouds 37 Oct 28, 2022
Utilizing the freqtrade high-frequency cryptocurrency trading framework to build and optimize trading strategies. The bot runs nonstop on a Rasberry Pi.

Freqtrade Strategy Repository Please test all scripts and dry run them before using them in live mode Contact me on discord if you have any questions!

Michael Fourie 90 Jan 01, 2023
Cleaning Tiktok Hacks With Python

Cleaning Tiktok Hacks With Python

13 Jan 06, 2023
Module to use some statistics from Spotify API

statify Module to use some statistics from Spotify API To use it you have to import the functions into your own project. You have also to authenticate

Miguel Cózar 2 Jun 02, 2022
The first open-source PyTgCalls-based project.

Calls Music — Telegram bot + userbot for streaming audio in group calls ✍🏻 Requirements FFmpeg Python 3.7+ 🚀 Deployment 🛠 Configuration Copy exampl

Calls Music 74 Nov 19, 2022
A light weight Python library for the Spotify Web API

Spotipy A light weight Python library for the Spotify Web API Documentation Spotipy's full documentation is online at Spotipy Documentation. Installat

Paul Lamere 4.2k Jan 06, 2023
Repositório para meu Discord Bot pessoal

BassetinhoBot Escrevi o código usando o Python 3.8.3 e até agora não tive problemas rodando nas versões mais recentes. Repositório para o Discord Bot

Vinícius Bassete 1 Jan 04, 2022
A FORKED AND Modded version of TL:GD for 🅱️3R0K🧲support

for support join here working example group Leech Here For Any Issues/Imrovements or Discussions go here or here Please Leave A star And Fork this Rep

XcodersHub 165 Mar 12, 2022
Autofilterv5 With Same more Features

Autofilterv5 With Same more Features ✨ Imbd + Index +.....

Selfie SD 8 Oct 21, 2022
How to make a QR Code of your own in python

QR CODE Bilgilendirme! " pip install qrcode pillow " kurmalısınız.

Aktali 1 Dec 24, 2021
E-Commerce Telegram Bot for UCA Students

ucaStudentStore To buy from and sell to other students Features Register the first time, after that you will always be recognised You can login either

Shukur Sabzaliev 5 Jun 26, 2022
Clisd.py - UI framework with client side rendering for python

clisd.py Clisd is UI framework with client side rendering for python. It uses WA

2 Mar 25, 2022
Python client for Arista eAPI

Arista eAPI Python Library The Python library for Arista's eAPI command API implementation provides a client API work using eAPI and communicating wit

Arista Networks EOS+ 124 Nov 23, 2022
Simulación con el método de Montecarlo para verificar ganancias con márgenes negativos.

Apliación del método Monte Carlo a un ejemplo que incluye márgenes negativos. Por Marco A. de la Cruz Importante La información contenida en este ejem

1 Jan 17, 2022
Automatically Message From Discord Account

Discord-AutoMessage A robust and versatile solution for automated social interactions HOW TO INSTALL Open cmd cd into your project directory Run the f

13 Jul 11, 2022