├── LICENSE ├── README.md ├── config.ini ├── main.py ├── requirements.txt └── src └── GitApi.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k13w/teleGit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k13w/teleGit/HEAD/README.md -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- 1 | [DEFAULT] 2 | token=INSIRA SEU TOKEN AQUI 3 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k13w/teleGit/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k13w/teleGit/HEAD/requirements.txt -------------------------------------------------------------------------------- /src/GitApi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k13w/teleGit/HEAD/src/GitApi.py --------------------------------------------------------------------------------