I have been trying to build a script using PythonSDK to automatically pull the data directly to the project from github’s master branch. Is there any possiblity to do so, maybe some of you tried to do something similiar?
There is no problem with syncing it manually inside the project, but I would love to automate this task.
You can just curl your URL from python and its synced. If this is not what you are after then if you explain further there might be something else possible.