├── .github ├── ISSUE_TEMPLATE │ └── bug-report.md └── dependabot.yml ├── LICENSE ├── README.md ├── caption.json ├── proxy-sample.json ├── requirements.txt └── tg-upload.py /.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/.github/ISSUE_TEMPLATE/bug-report.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/README.md -------------------------------------------------------------------------------- /caption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/caption.json -------------------------------------------------------------------------------- /proxy-sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/proxy-sample.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/requirements.txt -------------------------------------------------------------------------------- /tg-upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheCaduceus/tg-upload/HEAD/tg-upload.py --------------------------------------------------------------------------------