/RemoteConfig

Update remote config on github by python.

Primary LanguagePython

RemoteConfig

Update remote config on github by python.

Use RemoteConfig

  1. Install Python 3.0+

  2. Install Git Client

  3. Config RemoteConfig/config/Constant.py

     // Your GitHub Repository Name (Need Update)
     GIT_REPOSITORY_NAME = "RemoteConfig" 
     
     // Your Local Git Repository Path (Need Update)
     GIT_LOCAL_PATH = "/Users/William/Documents/repository" 
    
     // Your Local Git Repository Url (Need Update)
     GIT_REMOTE_URL = "https://github.com/william/" + GIT_REPOSITORY_NAME + ".git"
    
  4. Run 'python Main.py'