KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
simple_github_ota_updater
★ 11
Open GitHub ↗
Simple python OTA updater
Download README (.md)
Explore Similar Repositories
mtgs
:
MTPROTO proxy for Telegram with per-user tokens and RestAPI for user management
react-mapbox-place-autocomplete
:
No description available.
btt-window-manager-preset
:
Simple and powerful BetterTouchTool Window Manager Preset
DNSchangerTest
:
this is a dns changer with no root required, it act as local vpn server that redirect your connections to match DNS criteria
todo-demo-app
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
simple_github_ota_updater
?
Download (.md)
# Simple Github OTA Updater [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TZJP4R4BUD6JA¤cy_code=USD&source=url) This simple over the air updater script will automatically go out to github, look at the dates in which new code is committed and will update the current code running. Also note, after using the updater, you will need to restart your main code in order for the new code to take effect. This is required to reload the new changes into memory. ## To Install: ``` pip install sgota ``` ``` upip install usgota ```