Cyber Userbot

Overview

Cyber Userbot

Cyber

Codacy
Stars Forks Watch
Contributors

#include 
   
    
/*
*    Your Telegram account may get banned.
*    I am not responsible for any improper use of this bot
*    This bot is intended for the purpose of having fun with memes,
*    as well as efficiently managing groups.
*    You ended up spamming groups, getting reported left and right,
*    and you ended up in a Finale Battle with Telegram and at the end
*    Telegram Team deleted your account?
*    And after that, then you pointed your fingers at us
*    for getting your acoount deleted?
*    I will be rolling on the floor laughing at you.
*/

   

A modular Telegram Userbot running on Python3 with sqlalchemy database.

based on ProjectBish Userbot

Deploy

Heroku

Click this button below to Deploy to Heroku

Deploy to Heroku

"Bare hands", using Git and Python3 -- on (Linux, macOS, and Android [via Termux])

  1. Clone this repository on your local machine and cd (or chdir, anti bloat guy) to it
  2. Set up Python virtual environment named "venv" inside it (Requires virtualenv installed on the system)
  • virtualenv venv
  • Don't forget to activate the virtualenv: . venv/bin/activate
  1. Set up database for the userbot, search Google on how to set up a local database (PostgreSQL is recommended)
  2. Install the requirements: pip3 install -r ./requirements.txt
  3. Edit sample_config.env and save it as config.env
  • Do not forget to fill in the REQUIRED %% values, or else the bot will not run
  1. Run the bot: bash ./exec.sh
  • Protip: See what bash ./exec.sh --help tells you

Docker

  1. Clone this repository on your local machine and cd (or chdir, anti bloat guy) to it
  2. Edit sample_config.env and save it as config.env
  • Set DATABASE_URL to postgresql://USERNAME:PASSWORD@db:5432/Cyber
  • You should set USERNAME and PASSWORD too in docker-compose.yml
  • Do not forget to fill in the REQUIRED %% values, or else the bot will not run
  1. Run docker: docker-compose up
※ Those steps are probably possible to pull off on Windows but it's pretty much unknown (different file tree paradigm, directory conventions, PowerShell instead of BASH or ZSH) -- If you're on Windows, you'd be better off running this on WSL (or WSL2)

Credits

and everyone that makes this userbot awesome :D

License

Licensed under Raphielscape Public License - Version 1.d, February 2020

Comments
  • Bump faker from 8.11.0 to 13.11.1

    Bump faker from 8.11.0 to 13.11.1

    Bumps faker from 8.11.0 to 13.11.1.

    Release notes

    Sourced from faker's releases.

    Release v13.11.1

    See CHANGELOG.md.

    Release v13.11.0

    See CHANGELOG.md.

    Release v13.10.0

    See CHANGELOG.md.

    Release v13.9.0

    See CHANGELOG.md.

    Release v13.8.0

    See CHANGELOG.md.

    Release v13.7.0

    See CHANGELOG.md.

    Release v13.6.0

    See CHANGELOG.md.

    Release v13.5.0

    See CHANGELOG.md.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.11.1 - 2022-05-13

    • Fix firefox ua being nondeterministic with fixed seed. Thanks @​jhbuhrman.

    v13.11.0 - 2022-05-09

    v13.10.0 - 2022-05-09

    • Improve it_IT ssn provider to match real building rules. Thanks @​DamienPirsy.

    v13.9.0 - 2022-05-09

    v13.8.0 - 2022-05-09

    v13.7.0 - 2022-05-02

    • Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. Thanks @​zerogonal.

    v13.6.0 - 2022-04-27

    v13.5.0 - 2022-04-27

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    ... (truncated)

    Commits
    • add99c3 Bump version: 13.11.0 → 13.11.1
    • 8724e94 :pencil: Update CHANGELOG.md
    • a5b97b0 Fi x firefox ua being nondeterministic with fixed seed (#1660)
    • 827eea8 Bump version: 13.10.0 → 13.11.0
    • df23dfb :pencil: Update CHANGELOG.md
    • 8da372e Fix typo in docstring of date (#1654)
    • 01f4b15 Add sq-AL automotive provider (#1650)
    • f05697c Bump version: 13.9.0 → 13.10.0
    • f115d67 :pencil: Update CHANGELOG.md
    • 7b200b9 Improve it_IT ssn provider to match real building rules (#1645)
    • 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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.11.0

    Bump faker from 8.11.0 to 13.11.0

    Bumps faker from 8.11.0 to 13.11.0.

    Release notes

    Sourced from faker's releases.

    Release v13.11.0

    See CHANGELOG.md.

    Release v13.10.0

    See CHANGELOG.md.

    Release v13.9.0

    See CHANGELOG.md.

    Release v13.8.0

    See CHANGELOG.md.

    Release v13.7.0

    See CHANGELOG.md.

    Release v13.6.0

    See CHANGELOG.md.

    Release v13.5.0

    See CHANGELOG.md.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.11.0 - 2022-05-09

    v13.10.0 - 2022-05-09

    • Improve it_IT ssn provider to match real building rules. Thanks @​DamienPirsy.

    v13.9.0 - 2022-05-09

    v13.8.0 - 2022-05-09

    v13.7.0 - 2022-05-02

    • Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. Thanks @​zerogonal.

    v13.6.0 - 2022-04-27

    v13.5.0 - 2022-04-27

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.7.0

    Bump faker from 8.11.0 to 13.7.0

    Bumps faker from 8.11.0 to 13.7.0.

    Release notes

    Sourced from faker's releases.

    Release v13.7.0

    See CHANGELOG.md.

    Release v13.6.0

    See CHANGELOG.md.

    Release v13.5.0

    See CHANGELOG.md.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    Release v12.3.0

    See CHANGELOG.md.

    Release v12.2.0

    See CHANGELOG.md

    Release v12.1.0

    See CHANGELOG.md

    Release v12.0.1

    See CHANGELOG.md

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.7.0 - 2022-05-02

    • Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. Thanks @​zerogonal.

    v13.6.0 - 2022-04-27

    v13.5.0 - 2022-04-27

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    v13.3.1 - 2022-03-07

    v13.3.0 - 2022-02-28

    v13.2.0 - 2022-02-22

    v13.1.0 - 2022-02-22

    • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

    v13.0.0 - 2022-02-15

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.6.0

    Bump faker from 8.11.0 to 13.6.0

    Bumps faker from 8.11.0 to 13.6.0.

    Release notes

    Sourced from faker's releases.

    Release v13.6.0

    See CHANGELOG.md.

    Release v13.5.0

    See CHANGELOG.md.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    Release v12.3.0

    See CHANGELOG.md.

    Release v12.2.0

    See CHANGELOG.md

    Release v12.1.0

    See CHANGELOG.md

    Release v12.0.1

    See CHANGELOG.md

    Release v12.0.0

    See CHANGELOG.md

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.6.0 - 2022-04-27

    v13.5.0 - 2022-04-27

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    v13.3.1 - 2022-03-07

    v13.3.0 - 2022-02-28

    v13.2.0 - 2022-02-22

    v13.1.0 - 2022-02-22

    • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

    v13.0.0 - 2022-02-15

    v12.3.3 - 2022-02-14

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.4.0

    Bump faker from 8.11.0 to 13.4.0

    Bumps faker from 8.11.0 to 13.4.0.

    Release notes

    Sourced from faker's releases.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    Release v12.3.0

    See CHANGELOG.md.

    Release v12.2.0

    See CHANGELOG.md

    Release v12.1.0

    See CHANGELOG.md

    Release v12.0.1

    See CHANGELOG.md

    Release v12.0.0

    See CHANGELOG.md

    Release v11.4.0

    See CHANGELOG.md

    Release v11.3.0

    See CHANGELOG.md

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    v13.3.1 - 2022-03-07

    v13.3.0 - 2022-02-28

    v13.2.0 - 2022-02-22

    v13.1.0 - 2022-02-22

    • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

    v13.0.0 - 2022-02-15

    v12.3.3 - 2022-02-14

    v12.3.2 - 2022-02-14

    • Fix postcode format for es_ES locale. Thanks @​mondeja.

    v12.3.1 - 2022-02-14

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.3.5

    Bump faker from 8.11.0 to 13.3.5

    Bumps faker from 8.11.0 to 13.3.5.

    Release notes

    Sourced from faker's releases.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    Release v12.3.0

    See CHANGELOG.md.

    Release v12.2.0

    See CHANGELOG.md

    Release v12.1.0

    See CHANGELOG.md

    Release v12.0.1

    See CHANGELOG.md

    Release v12.0.0

    See CHANGELOG.md

    Release v11.4.0

    See CHANGELOG.md

    Release v11.3.0

    See CHANGELOG.md

    Release v11.2.0

    See CHANGELOG.md

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    v13.3.1 - 2022-03-07

    v13.3.0 - 2022-02-28

    v13.2.0 - 2022-02-22

    v13.1.0 - 2022-02-22

    • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

    v13.0.0 - 2022-02-15

    v12.3.3 - 2022-02-14

    v12.3.2 - 2022-02-14

    • Fix postcode format for es_ES locale. Thanks @​mondeja.

    v12.3.1 - 2022-02-14

    • Prevent "non-integer arguments to randrange()" warnings on Python 3.10. Thanks @​jacksmith15.

    v12.3.0 - 2022-02-10

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump actions/setup-python from 2.2.2 to 3.1.1

    Bump actions/setup-python from 2.2.2 to 3.1.1

    Bumps actions/setup-python from 2.2.2 to 3.1.1.

    Release notes

    Sourced from actions/setup-python's releases.

    Add "cache-hit" output and fix "python-version" output for PyPy

    This release introduces new output cache-hit (actions/setup-python#373) and fix python-version output for PyPy (actions/setup-python#365)

    The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

    The python-version contains version of Python or PyPy.

    Support caching poetry dependencies and caching on GHES 3.5

    steps:
    - uses: actions/checkout@v3
    - name: Install poetry
      run: pipx install poetry
    - uses: actions/setup-python@v3
      with:
        python-version: '3.9'
        cache: 'poetry'
    - run: poetry install
    - run: poetry run pytest
    

    v3.0.0

    What's Changed

    Breaking Changes

    With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

    This new major release removes support of legacy pypy2 and pypy3 keywords. Please use more specific and flexible syntax to specify a PyPy version:

    jobs:
      build:
        runs-on: ubuntu-latest
        strategy:
          matrix:
            python-version:
            - 'pypy-2.7' # the latest available version of PyPy that supports Python 2.7
            - 'pypy-3.8' # the latest available version of PyPy that supports Python 3.8
            - 'pypy-3.8-v7.3.8' # Python 3.8 and PyPy 7.3.8
        steps:
        - uses: actions/checkout@v2
        - uses: actions/setup-python@v3
          with:
            python-version: ${{ matrix.python-version }}
    

    See more usage examples in the documentation

    ... (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 github_actions 
    opened by dependabot[bot] 1
  • Update sqlalchemy requirement from <1.4.23 to <1.4.36

    Update sqlalchemy requirement from <1.4.23 to <1.4.36

    Updates the requirements on sqlalchemy to permit the latest version.

    Release notes

    Sourced from sqlalchemy's releases.

    1.4.35

    Released: April 6, 2022

    sql

    • [sql] [bug] Fixed bug in newly implemented FunctionElement.table_valued.joins_implicitly feature where the parameter would not automatically propagate from the original TableValuedAlias object to the secondary object produced when calling upon TableValuedAlias.render_derived() or TableValuedAlias.alias().

      Additionally repaired these issues in TableValuedAlias:

      -   repaired a potential memory issue which could occur when
          repeatedly calling `TableValuedAlias.render_derived()` against
          successive copies of the same object (for .alias(), we currently
          have to still continue chaining from the previous element.  not sure
          if this can be improved but this is standard behavior for .alias()
          elsewhere)
      
      • repaired issue where the individual element types would be lost when calling upon TableValuedAlias.render_derived() or TableValuedAlias.alias().

    References: #7890

  • [sql] [bug] [regression] Fixed regression caused by #7823 which impacted the caching system, such that bound parameters that had been "cloned" within ORM operations, such as polymorphic loading, would in some cases not acquire their correct execution-time value leading to incorrect bind values being rendered.

    References: #7903

Commits

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 python 
opened by dependabot[bot] 1
  • Update sqlalchemy requirement from <1.4.23 to <1.4.35

    Update sqlalchemy requirement from <1.4.23 to <1.4.35

    Updates the requirements on sqlalchemy to permit the latest version.

    Release notes

    Sourced from sqlalchemy's releases.

    1.4.34

    Released: March 31, 2022

    orm

    • [orm] [bug] [regression] Fixed regression caused by #7861 where invoking an Insert construct which contained ORM entities directly via _orm.Session.execute() would fail.

      References: #7878

    postgresql

    • [postgresql] [bug] Scaled back a fix made for #6581 where "executemany values" mode for psycopg2 were disabled for all "ON CONFLICT" styles of INSERT, to not apply to the "ON CONFLICT DO NOTHING" clause, which does not include any parameters and is safe for "executemany values" mode. "ON CONFLICT DO UPDATE" is still blocked from "executemany values" as there may be additional parameters in the DO UPDATE clause that cannot be batched (which is the original issue fixed by #6581).

      References: #7880

    Commits

    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 python 
    opened by dependabot[bot] 1
  • Bump actions/setup-python from 2.2.2 to 3.1.0

    Bump actions/setup-python from 2.2.2 to 3.1.0

    Bumps actions/setup-python from 2.2.2 to 3.1.0.

    Release notes

    Sourced from actions/setup-python's releases.

    Support caching poetry dependencies and caching on GHES 3.5

    steps:
    - uses: actions/checkout@v3
    - name: Install poetry
      run: pipx install poetry
    - uses: actions/setup-python@v3
      with:
        python-version: '3.9'
        cache: 'poetry'
    - run: poetry install
    - run: poetry run pytest
    

    v3.0.0

    What's Changed

    Breaking Changes

    With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

    This new major release removes support of legacy pypy2 and pypy3 keywords. Please use more specific and flexible syntax to specify a PyPy version:

    jobs:
      build:
        runs-on: ubuntu-latest
        strategy:
          matrix:
            python-version:
            - 'pypy-2.7' # the latest available version of PyPy that supports Python 2.7
            - 'pypy-3.8' # the latest available version of PyPy that supports Python 3.8
            - 'pypy-3.8-v7.3.8' # Python 3.8 and PyPy 7.3.8
        steps:
        - uses: actions/checkout@v2
        - uses: actions/setup-python@v3
          with:
            python-version: ${{ matrix.python-version }}
    

    See more usage examples in the documentation

    Update primary and restore keys for pip

    In scope of this release we include a version of python in restore and primary cache keys for pip. Besides, we add temporary fix for Windows caching issue, that the pip cache dir command returns non zero exit code or writes to stderr. Moreover we updated node-fetch dependency.

    Update actions/cache version to 1.0.8

    We have updated actions/cache dependency version to 1.0.8 to support 10GB cache upload

    Support caching dependencies

    ... (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 github_actions 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.3.4

    Bump faker from 8.11.0 to 13.3.4

    Bumps faker from 8.11.0 to 13.3.4.

    Release notes

    Sourced from faker's releases.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    Release v12.3.2

    See CHANGELOG.md.

    Release v12.3.1

    See CHANGELOG.md.

    Release v12.3.0

    See CHANGELOG.md.

    Release v12.2.0

    See CHANGELOG.md

    Release v12.1.0

    See CHANGELOG.md

    Release v12.0.1

    See CHANGELOG.md

    Release v12.0.0

    See CHANGELOG.md

    Release v11.4.0

    See CHANGELOG.md

    Release v11.3.0

    See CHANGELOG.md

    Release v11.2.0

    See CHANGELOG.md

    Release v11.1.0

    See CHANGELOG.md

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.3.4 - 2022-03-28

    v13.3.3 - 2022-03-23

    • Fix factory selection when Faker has been seeded.

    v13.3.2 - 2022-03-14

    v13.3.1 - 2022-03-07

    v13.3.0 - 2022-02-28

    v13.2.0 - 2022-02-22

    v13.1.0 - 2022-02-22

    • Add lorem support for de_DE and de_AT. Thanks @@​Kalbra.

    v13.0.0 - 2022-02-15

    v12.3.3 - 2022-02-14

    v12.3.2 - 2022-02-14

    • Fix postcode format for es_ES locale. Thanks @​mondeja.

    v12.3.1 - 2022-02-14

    • Prevent "non-integer arguments to randrange()" warnings on Python 3.10. Thanks @​jacksmith15.

    v12.3.0 - 2022-02-10

    v12.2.0 - 2022-02-09

    ... (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 python 
    opened by dependabot[bot] 1
  • Bump faker from 8.11.0 to 13.12.0

    Bump faker from 8.11.0 to 13.12.0

    Bumps faker from 8.11.0 to 13.12.0.

    Release notes

    Sourced from faker's releases.

    Release v13.12.0

    See CHANGELOG.md.

    Release v13.11.1

    See CHANGELOG.md.

    Release v13.11.0

    See CHANGELOG.md.

    Release v13.10.0

    See CHANGELOG.md.

    Release v13.9.0

    See CHANGELOG.md.

    Release v13.8.0

    See CHANGELOG.md.

    Release v13.7.0

    See CHANGELOG.md.

    Release v13.6.0

    See CHANGELOG.md.

    Release v13.5.0

    See CHANGELOG.md.

    Release v13.4.0

    See CHANGELOG.md.

    Release v13.3.5

    See CHANGELOG.md.

    Release v13.3.3

    See CHANGELOG.md.

    Release v13.3.0

    See CHANGELOG.md.

    Release v13.2.0

    See CHANGELOG.md.

    Release v13.1.0

    See CHANGELOG.md.

    Release v13.0.0

    See CHANGELOG.md.

    Release v12.3.3

    See CHANGELOG.md.

    ... (truncated)

    Changelog

    Sourced from faker's changelog.

    v13.12.0 - 2022-05-25

    • Add support for generating relative file paths. Thanks @​Lukas0907.

    v13.11.1 - 2022-05-13

    • Fix firefox ua being nondeterministic with fixed seed. Thanks @​jhbuhrman.

    v13.11.0 - 2022-05-09

    v13.10.0 - 2022-05-09

    • Improve it_IT ssn provider to match real building rules. Thanks @​DamienPirsy.

    v13.9.0 - 2022-05-09

    v13.8.0 - 2022-05-09

    v13.7.0 - 2022-05-02

    • Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. Thanks @​zerogonal.

    v13.6.0 - 2022-04-27

    v13.5.0 - 2022-04-27

    v13.4.0 - 2022-04-22

    v13.3.5 - 2022-04-20

    v13.3.4 - 2022-03-28

    ... (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 python 
    opened by dependabot[bot] 0
  • Update sqlalchemy requirement from <1.4.23 to <1.4.37

    Update sqlalchemy requirement from <1.4.23 to <1.4.37

    Updates the requirements on sqlalchemy to permit the latest version.

    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 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 python 
    opened by dependabot[bot] 0
  • Bump actions/setup-python from 2.2.2 to 3.1.2

    Bump actions/setup-python from 2.2.2 to 3.1.2

    Bumps actions/setup-python from 2.2.2 to 3.1.2.

    Release notes

    Sourced from actions/setup-python's releases.

    Update actions/cache version to 2.0.2

    In scope of this release we updated actions/cache package as the new version contains fixes related to GHES 3.5 (actions/setup-python#382)

    Add "cache-hit" output and fix "python-version" output for PyPy

    This release introduces new output cache-hit (actions/setup-python#373) and fix python-version output for PyPy (actions/setup-python#365)

    The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

    The python-version contains version of Python or PyPy.

    Support caching poetry dependencies and caching on GHES 3.5

    steps:
    - uses: actions/checkout@v3
    - name: Install poetry
      run: pipx install poetry
    - uses: actions/setup-python@v3
      with:
        python-version: '3.9'
        cache: 'poetry'
    - run: poetry install
    - run: poetry run pytest
    

    v3.0.0

    What's Changed

    Breaking Changes

    With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

    This new major release removes support of legacy pypy2 and pypy3 keywords. Please use more specific and flexible syntax to specify a PyPy version:

    jobs:
      build:
        runs-on: ubuntu-latest
        strategy:
          matrix:
            python-version:
            - 'pypy-2.7' # the latest available version of PyPy that supports Python 2.7
            - 'pypy-3.8' # the latest available version of PyPy that supports Python 3.8
            - 'pypy-3.8-v7.3.8' # Python 3.8 and PyPy 7.3.8
        steps:
        - uses: actions/checkout@v2
        - uses: actions/setup-python@v3
          with:
            python-version: ${{ matrix.python-version }}
    </tr></table> 
    

    ... (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 github_actions 
    opened by dependabot[bot] 0
  • Bump actions/checkout from 2 to 3

    Bump actions/checkout from 2 to 3

    Bumps actions/checkout from 2 to 3.

    Release notes

    Sourced from actions/checkout's releases.

    v3.0.0

    • Update default runtime to node16

    v2.4.0

    • Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

    v2.3.5

    Update dependencies

    v2.3.4

    v2.3.3

    v2.3.2

    Add Third Party License Information to Dist Files

    v2.3.1

    Fix default branch resolution for .wiki and when using SSH

    v2.3.0

    Fallback to the default branch

    v2.2.0

    Fetch all history for all tags and branches when fetch-depth=0

    v2.1.1

    Changes to support GHES (here and here)

    v2.1.0

    Changelog

    Sourced from actions/checkout's changelog.

    Changelog

    v2.3.1

    v2.3.0

    v2.2.0

    v2.1.1

    • Changes to support GHES (here and here)

    v2.1.0

    v2.0.0

    v2 (beta)

    • Improved fetch performance
      • The default behavior now fetches only the SHA being checked-out
    • Script authenticated git commands
      • Persists with.token in the local git config
      • Enables your scripts to run authenticated git commands
      • Post-job cleanup removes the token
      • Coming soon: Opt out by setting with.persist-credentials to false
    • Creates a local branch
      • No longer detached HEAD when checking out a branch
      • A local branch is created with the corresponding upstream branch set
    • Improved layout

    ... (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 github_actions 
    opened by dependabot[bot] 0
  • Bump ludeeus/action-shellcheck from 0.1.0 to 1.1.0

    Bump ludeeus/action-shellcheck from 0.1.0 to 1.1.0

    Bumps ludeeus/action-shellcheck from 0.1.0 to 1.1.0.

    Release notes

    Sourced from ludeeus/action-shellcheck's releases.

    1.1.0

    What’s Changed

    The default output format is set to gcc

    1.0.0

    Changes

    • Earlier this fall GitHub added the composite type, this action is now migrated from docker to composite, this saves some time while running the action since it no longer needs to build the container.
    • A new scandir option has been added by @​dadav in #28 to limit which directory should be scanned.
    • A new additional_files option has been added, this allows for checking additional filenames that would not be discovered.
    • A new disable_matcher has been added to disable the annotations added by the problem-matcher, this is useful if you have your own set of problem-matchers you want to use.
    • This action now works on mac-os runners.
    • More tests have been added to verify that the action is doing what it's supposed to do.

    0.5.0

    Changes:

    • Enable shellcheck for shebang with /bin/env (#22) (@​soraxas)
    • Update action checkout to the new default branch (#24) (@​triat)
    • Fixes issues with globbing files with partial match (#23) (@​pvogt09)
    • Re enable problem-matcher (#25)

    0.4.1

    • Removes the problem matcher that was added in 0.4.0

    0.4.0

    Changes

    • Adds problem-matcher (#20)

    0.3.0

    Changes

    • Add severity input (#16)
    • Add the ability to check all scripts in one shellcheck command (#17)
    • Add filetype to find command (#19)
    • Update alpine to 3.12.0 (2f2aa0d9)

    0.2.1

    Changes

    ... (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 github_actions 
    opened by dependabot[bot] 0
  • Owner
    Irham
    Irham
    ZELDA USERBOT adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy.

    ZELDA USERBOT TELEGRAM Userbot Yang Di Buat Karena Sering Gabut Di Telegram. ZELDA USERBOT adalah userbot Telegram modular yang berjalan di Python3 de

    null 1 Dec 23, 2021
    A Powerfull Userbot Telegram PandaX_Userbot, Vc Music Userbot + Bot Manager based Telethon

    Support ☑ CREDITS THANKS YOU VERRY MUCH FOR ALL Telethon Pyrogram TeamUltroid TeamUserge CatUserbot pytgcalls Dan Lainnya

    null 22 Dec 25, 2022
    Kyura-Userbot: a modular Telegram userbot that runs in Python3 with a sqlalchemy database

    Kyura-Userbot Telegram Kyura-Userbot adalah userbot Telegram modular yang berjal

    Kyura 17 Oct 29, 2022
    Zen-Userbot - Userbot gabut With Python

    Zen-Userbot Disclaimer ⚠️ PERINGATAN UNTUK ANDA ⚠️ ️ Zen-Userbot

    Wahyusaputra 6 Feb 12, 2022
    Ice-Userbot adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy

    Ice-Userbot Telegram Ice-Userbot adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy. Berbasis Paperplane dan ProjectB

    null 6 Apr 29, 2022
    Man-Userbot adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy

    Man-Userbot Telegram Man-Userbot adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy. Berbasis Paperplane dan ProjectB

    DzLyz 1 Feb 12, 2022
    LHXP・Official "LH - Cyber Security" Discord Leveling-Bot

    LHXP・Official "LH - Cyber Security" Discord Leveling-Bot Based on nsde/NOVΛLIX Feature Overview /clear <@user> Requires admin permission Purges all XP

    Felix・onlix 2 Mar 9, 2022
    Best DDoS Attack Script Python3, Cyber Attack With 40 Methods

    MXDDoS - DDoS Attack Script With 40 Methods (Code Lang - Python 3) Please Don't Attack '.gov' and '.ir' Websites :) Features And Methods ?? Layer7 GET

    null 7 Mar 7, 2022
    Pluggable Telethon - Telegram UserBot

    A stable pluggable Telegram userbot, based on Telethon.

    Team Ultroid 2.3k Dec 30, 2022
    Telegram Voice Chat Music Player UserBot Written with Pyrogram Smart Plugin and tgcalls

    Telegram Voice Chat UserBot A Telegram UserBot to Play Audio in Voice Chats. This is also the source code of the userbot which is being used for playi

    Dash Eclipse 7 May 21, 2022
    Telegram Voice Chat UserBot made with Pyrogram and MarshalX/tgcalls with playlist and Heroku support

    Telegram Voice Chat UserBot A Telegram UserBot to Play Audio in Voice Chats. This is also the source code of the userbot which is being used for playi

    Calls Music 164 Nov 12, 2022
    Telegram bot + userbot for streaming audio in group calls.

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

    Calls Music 30 May 17, 2021
    Advanced and powerful Userbot written with telethon. ♥

    Daisy-X-UB ☣️ The Most Super Powerfull UserBot ☣️ ⚡ †hê ∂αιѕу χ ⚡ Legendary AF Ꭰαιѕу χ This is a userbot made for telegram. I made this userbot with h

    TeamDaisyX 31 Jul 30, 2021
    Tamil Voicechat UserBot. Powerd By TamilBots. Https://T.me/TamilSupport

    Tamil Voicechat UserBot A Telegram UserBot to Play music ?? in Voice Chats. It's recommended to use an USA number.(if your real number is suspended I'

    Tamil Bots 78 Nov 1, 2022
    Super Fast Telegram UserBot Made With Python.

    Description Super Fast Telegram UserBot Made With Python. LOGO Made With Support of All Userbots Dev's Dark-Venom is a Light-Weight Userbot. It's unde

    null 2 Sep 14, 2021
    Powerful Telegram Maintained UserBot in Telethon

    Fire-X UserBot The Awaited Bot Fire-X userbot The Most Powerful Telegram Userbot. This Userbot is Safe to use in Your Telegram Account. It is not like

    null 22 Oct 21, 2022
    A Simple, Easy to use and light-weight Pyrogram Userbot

    Nexa Userbot A Simple, Easy to use and light-weight Pyrogram Userbot Deploy With Heroku With VPS (Local) Clone Nexa-Userbot repository git clone https

    I'm Not A Bot #Left_TG 28 Nov 12, 2022
    Based Telegram Bot and Userbot To Play Music in Your Telegram Groups With Some Cool Extra Features! 🥰

    CallMusicPlus69 This Repo base on! ??️ A CallsMusic Based Telegram Bot and Userbot To Play Music in Your Telegram Groups With Some Cool Extra Features

    brut✘⁶⁹ // ユスフ 6 Jun 26, 2022
    Telegram vc userbot

    Telegram Vc Userbot Available Commands /ping :- To check whether userbot is up or not /joinvc :- To join vc /leavevc :- To leave vc /join_group :- To

    NandyDark 7 Nov 18, 2022