Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Overview

Démarrage rapide

Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Mode préconfiguré

Le fichier update.py permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

Mode cli

Le second fichier, cli-update.py affiche une interface cli permettant de saisir l’adresse des commandes.\

Commandes

LANG

lang permet de saisir la langue de l'updater, en/fr

lang 
   
    
lang fr

   

DL

dl permet de téléchargé un registre directement depuis son adresse

dl 
    
    
     
dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

    
   

ROAD

road permet de géré la liste des fichier de redirection:
road list affiche la liste
road add ajoute une adresse a la liste
road del supprime une adresse a la liste
road read lie les fichier de redirection

RDL

rdl téléchargé un registre depuis les fichier de redirection:\

dl 
   
     + 
    
     
dl /main glade

    
   

Créé un registre d’update

Le registre d’update différencie tout les dossier et fichier a créer et/ou télécharger.

Création du dossier

l’entièreté des chemin de fichier son en relatif par rapport a l’updater
La commande mkd suivit du nom du dossier a créé permet de créer un dossier:

mkd /mod

Téléchargement de fichier

La commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw

Exemple

registre de mise a jour de Glade
https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

mkd /container
...

wgt /glade-cli.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/glade-cli.py
wgt /system/glade/Compiler.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/system/glade/Compiler.py
...

Créé un fichier de routage

le ficher de routage doit contenir le nom et d'adresse de redirection séparé par une virgule

glade, https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
You might also like...
Appointment Tracker that allows user to input client information and update if needed.

Appointment-Tracker Appointment Tracker allows an assigned admin to input client information regarding their appointment and their appointment time. T

Tesla App Update Differences Extractor

Tesla App Update Differences Extractor Python program that finds the differences between two versions of the Tesla App. When Tesla updates the app a l

This code can help you with auto update for-TV-advertisements in the store.

Auto-update-files-for-TV-advertisements-in-the-store This code can help you with auto update for-TV-advertisements in the store. It was write for Rasp

The update manager for the ERA App (era.sh)

ERA Update Manager This is the official update manager used in the ERA app (see era.sh) How it works Once a new version of ERA is available, the app l

This is friendlist update tools & old idz clon & follower idz clon etc
This is friendlist update tools & old idz clon & follower idz clon etc

This is friendlist update tools & old idz clon & follower idz clon etc

Blender addon, import and update mixamo animation

This is a blender addon for import and update mixamo animations.

Update your Nintendo Switch cheats with one click, or a bit more~
Update your Nintendo Switch cheats with one click, or a bit more~

Interactive-ASM-Cheats-Updater This updater unlocks your ability of updating most of the ASM cheats for Nintendo Switch. Table of Contents Functions Q

Python scripts to interact with Upper Deck ePack online trading card platform

This script should connect to the Upper Deck ePack API using your browser cookies and download a list of your current collection and save it as a CSV.

Registro Online (100% Python-Mysql)

Registro elettronico scritto in python, utilizzando database Mysql e Collegando Registro elettronico scritto in PHP

Releases(CLI-v02)
  • CLI-v02(Oct 26, 2021)

    Commandes

    LANG

    lang permet de saisir la langue de l'updater, en/fr

    lang <langue>
    lang fr
    

    DL

    dl permet de téléchargé un registre directement depuis son adresse

    dl <chemin> <adresse>
    dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
    

    ROAD

    road permet de géré la liste des fichier de redirection:
    road list affiche la liste
    road add ajoute une adresse a la liste
    road del supprime une adresse a la liste
    road read lie les fichier de redirection

    RDL

    rdl téléchargé un registre depuis les fichier de redirection:\

    dl <chemin> + <nom>
    dl /main glade
    
    Source code(tar.gz)
    Source code(zip)
    cli-updater.py(3.82 KB)
  • v01(Oct 25, 2021)

    online-update

    démarrage rapide

    online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

    Mode préconfiguré

    Deux mode sont prévue, le premier permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
    Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
    Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

    Mode cli

    Dans la cas ou la ligne 22 et laissé à None, l’updater affiche une interface cli permettant de saisir l’adresse du registre

    Créé un registre d’update

    le registre d’update référencie tout les dossier et fichier a créer et/ou télécharger.

    Création du dossier

    l’entièreté des chemin de fichier son en relatif par rapport a l’updater
    la commande mkd suivit du nom du dossier a créé permet de créer un dossier:

    mkd /mod
    

    Téléchargement de fichier

    la commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

    wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw
    
    Source code(tar.gz)
    Source code(zip)
    update.py(2.12 KB)
Owner
pf4
pf4
Site de gestion de cave à vin utilisant une BDD manipulée avec SQLite3 via Python

cave-vin Site de gestion de cave à vin utilisant une bdd manipulée avec MySQL ACCEDER AU SITE : Pour accéder à votre cave vous aurez besoin de lancer

Elouann Lucas 0 Jul 5, 2022
Test pour savoir si je suis capable de paratger une lib avec le monde entier !!

Data analysis Document here the project: MLproject Description: Project Description Data Source: Type of analysis: Please document the project the bet

Lucas_Penarrubia 0 Jan 18, 2022
Combines power of torch, numerical methods to conquer and solve ALL {O,P}DEs

torch_DE_solver Combines power of torch, numerical methods and math overall to conquer and solve ALL {O,P}DEs There are three examples to provide a li

Natural Systems Simulation Lab 28 Dec 12, 2022
Boamp-extractor - Script d'extraction des AOs publiés au BOAMP

BOAMP Extractor BOAMP-Extractor permet d'extraire les offres de marchés publics publiées au bulletin officiel des annonces des marchés publics (BOAMP)

Julien 3 Dec 9, 2022
Dot Browser is a privacy-conscious web browser with smarts built-in for protection against trackers and advertisments online.

?? Take back your privacy with Dot Browser, the privacy-conscious web browser that protects you from being tracked and monitored online.

Dot HQ 1k Jan 7, 2023
A python script for osu!lazer rulesets auto update.

osu-lazer-rulesets-autoupdater A python script for osu!lazer rulesets auto update. How to use: 如何使用: You can refer to the python script. The begining

null 3 Jul 26, 2022
⚙️ Compile, Read and update your .conf file in python

⚙️ Compile, Read and update your .conf file in python

Reece Harris 2 Aug 15, 2022
A project to work with databases in 4 worksheets, insert, update, select, delete using Python and MySqI

A project to work with databases in 4 worksheets, insert, update, select, delete using Python and MySqI As a small project for school or college hope it is useful

Sina Org 1 Jan 11, 2022
A script to automatically update bot status at GitHub as well as in Telegram channel.

A simple & short repository to show your bot's status in your GitHub README.md file as well as in you channel.

Jainam Oswal 55 Dec 13, 2022
program to store and update pokemons using SQL and Flask

Pokemon SQL and Flask Pokemons api in python. Technologies flask pymysql Description PokeCorp is a company that tracks pokemon and their trainers arou

Sara Hindy Salfer 1 Oct 20, 2021