Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check for updates from github in python

import requests

response = requests.get("https://api.github.com/repos/v2ray/v2ray-core/releases/latest")
print(response.json()["name"])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #updates #github #python
ADD COMMENT
Topic
Name
4+1 =