├── Dockerfile ├── README.md ├── fargate.py ├── get_initial_google_tokens.py ├── lambda_function.py └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EshginGuluzade/drive_to_telegram/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # drive_to_telegram 2 | 3 | https://youtu.be/CsmoA3pBiX4 4 | -------------------------------------------------------------------------------- /fargate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EshginGuluzade/drive_to_telegram/HEAD/fargate.py -------------------------------------------------------------------------------- /get_initial_google_tokens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EshginGuluzade/drive_to_telegram/HEAD/get_initial_google_tokens.py -------------------------------------------------------------------------------- /lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EshginGuluzade/drive_to_telegram/HEAD/lambda_function.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EshginGuluzade/drive_to_telegram/HEAD/requirements.txt --------------------------------------------------------------------------------