This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
telegram.vendor.ptb_urllib3.urllib3.connectionpool - WARNING - Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection object at 0x7f88e3b545b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /bot51405021XXXXAErNuOJXXXXXXXXXXXXXX9kA3yQ71ZT0/getUpdates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~ | |
Go to Google Console and create a new project! Download its credentials.json and place it in the folder which you will extract below. | |
~~~ | |
1.Download Python: | |
https://www.python.org/downloads/ | |
2.Download scripts: | |
https://www.caduceus.ml/files/SA%20-%20Auth%202.0.zip | |
(Error 400 Fixed) | |
3.Unzip above downloaded scripts | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3.0.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v4.0.2.402 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-07-30T07:08:44.188999+00:00 app[worker.1]: _____ ________ | |
2022-07-30T07:08:44.189000+00:00 app[worker.1]: __ /_______ _________ __/ | |
2022-07-30T07:08:44.189000+00:00 app[worker.1]: _ __/_ __ `/ ___/_ /_ | |
2022-07-30T07:08:44.189000+00:00 app[worker.1]: / /_ _ /_/ // /__ _ __/ | |
2022-07-30T07:08:44.189000+00:00 app[worker.1]: \__/ _\__, / \___/ /_/ | |
2022-07-30T07:08:44.189001+00:00 app[worker.1]: /____/ | |
2022-07-30T07:08:44.189002+00:00 app[worker.1]: | |
2022-07-30T07:08:44.189002+00:00 app[worker.1]: _____ ________ | |
2022-07-30T07:08:44.189002+00:00 app[worker.1]: __ /_______ _________ __/ | |
2022-07-30T07:08:44.189002+00:00 app[worker.1]: _ __/_ __ `/ ___/_ /_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:21.04 | |
# LABEL | |
MAINTAINER missemily2022 [email protected] | |
LABEL org.opencontainers.image.source="https://github.com/missemily2022/Anasty_Docker" | |
LABEL org.opencontainers.image.description="Docker for Anas Repo" | |
ARG TARGETPLATFORM BUILDPLATFORM | |
ENV DEBIAN_FRONTEND="noninteractive" | |