Skip to main content

Make your program autoupdate with Github Raw

Project description

AutoUpdateGit - Docs

  • lang="ru" - Русский язык модуля

  • lang="en" - English language module

  • lang="ua" - Українська мова модуля

  • lang="ar" - وحدة اللغة العربية

  • lang="kz" - Қазақ тілі модулі

  • requests - the module does not need to be imported.

pip install AutoUpdateGit
from AutoUpdateGit import *

githubraw_url="https://raw.githubusercontent.com/username/repo/main/file.py" # url raw file


#module usage example
if update_check(githubraw_url, lang="ru"):
    r = requests.get(githubraw_url)
    with open(__file__, 'w') as f:
        f.write(r.text)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AutoUpdateGit-1.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

AutoUpdateGit-1.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page