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
# Remove this line before deploying | |
# REQUIRED CONFIG | |
BOT_TOKEN = "1864675579:AAFuz4_58c9Y1-qE06gulY8qVlYwuEGBuKE" | |
GDRIVE_FOLDER_ID = "1YRCjWVYzQDcpBqWEoR5ejV0tjpBeSDvK" | |
OWNER_ID = 1389078939 | |
DOWNLOAD_DIR = "/usr/src/app/downloads" | |
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5 | |
AUTO_DELETE_MESSAGE_DURATION = -1 | |
IS_TEAM_DRIVE = "true" |
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
BOT_TOKEN = "1933945104:AAEBhvFgQYxRDS8BfQAJ0Ksyfb-0LnW1pVc" | |
GDRIVE_FOLDER_ID = "16XkLpgNx4JTofnye-CzZJR2sbtrVNaIG" | |
OWNER_ID = 1389078939 | |
DOWNLOAD_DIR = "/usr/src/app/downloads" | |
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5 | |
AUTO_DELETE_MESSAGE_DURATION = -1 | |
AUTO_DELETE_UPLOAD_MESSAGE_DURATION = 1200 | |
IS_TEAM_DRIVE = "True" | |
TELEGRAM_API = 2471816 | |
TELEGRAM_HASH = "7ac868a4f0251145881d5f1855d5e66e" |
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
<div class="container"> | |
<div class="rocket"> | |
<div class="rocket-body"> | |
<div class="body"></div> | |
<div class="fin fin-left"></div> | |
<div class="fin fin-right"></div> | |
<div class="window"></div> | |
</div> | |
<div class="gas"></div> | |
</div> |
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
<!-- <!DOCTYPE html> --> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device --> | |
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"> | |
<title>Frontend Mentor | Shortly URL shortening API Challenge</title> | |
</head> |
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
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Modéle</title> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="container"> |
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
## COMPULSORY VARIABLES >>>>>>>>>> | |
# Note : | |
## These Must be Filled to Work. | |
TG_BOT_TOKEN1 = "2062466460:AAHYXne6vqcwnUCnasPWkhkPCJnJCz6f46k" # Create a Bot using @BotFather in Telegram, and get the Telegram API Token. | |
APP_ID1 = 6596420 # Get this Value from my.telegram.org/apps or Any API Scrapper Bot | |
API_HASH1 = "d052e942057719c009374ea083a1a57d" # Get this Value from my.telegram.org/apps or Any API Scrapper Bot | |
OWNER_ID = 1389078939 # ID of the Bot Owner or Controller, He can be abled to access bot in Private Chat (PM). | |
AUTH_CHANNEL = "-1001517048636" #Add IDs separated by a SPACE (Like : -100xxxxxxxx -100xxxxxxxx -100xxxxxxxx) |
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
<div class="container"> | |
<div class="row"> | |
<div class="col-xs-12 col-sm-3"></div> | |
<div class="col-xs-12 col-sm-6 quotebox"> | |
<div class="row"> | |
<div class="col-xs-12"> | |
<blockquote> | |
<i class="fa fa-quote-left quotemark"></i> | |
<h2 id="quotetext"></h2> | |
<footer id="quotesource"></footer> |
OlderNewer