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
/*Fonts */ | |
@import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/light.css"); | |
@import url('./src/Raleway.css'); | |
@import url("./src/Montserrat.css"); | |
html, | |
body, | |
h1, | |
h2, | |
h3, |
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
{ | |
"access_token":"ya29.a0ARrdaM8rDYon_tEpxAf6uTpJG4CupHWIFHmAN2AZE85hyPlpQ0gyY64LjUDmFNJ7jzcNSbBIFx2QuwOJ_odKIPhzQuXC4rQSVIBKfMiitZtW7gOppDHZHN3f-ZkK0dIJih2Ogj167DBM1Hpa6w5O1WPhDVCF", | |
"refresh_token":"1//0gRopCqVn2cZ9CgYIARAAGBASNwF-L9IrmyxHJdZA5lj12Sf9Q0WEm1xHC__Df_5q3Bpy0PmxRhD1KmyDpTgcgU_cTf5-grBj1RM", | |
"scope":"https://www.googleapis.com/auth/drive", | |
"token_type":"Bearer", | |
"expiry_date":1629560909106, | |
"client_id":"841232597861-ep3f6iur0s281ukuqo7jf0bfq3f58vsp.apps.googleusercontent.com", | |
"client_secret":"6hbzjkO_27aT3iCw99DPKTLT" | |
} |
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
{"installed":{"client_id":"841232597861-ep3f6iur0s281ukuqo7jf0bfq3f58vsp.apps.googleusercontent.com","project_id":"tor2drivebot","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"6hbzjkO_27aT3iCw99DPKTLT","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}} |
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
module.exports = Object.freeze({ | |
TOKEN: '1383292949:AAH4d2TPjmD5HgX-JPfb2OQn-2PsDsLHmZE', | |
ARIA_SECRET: 'myaria2', | |
ARIA_DOWNLOAD_LOCATION: '/home/username/mirror-bot/downloads', | |
ARIA_DOWNLOAD_LOCATION_ROOT: '/', //The mountpoint that contains ARIA_DOWNLOAD_LOCATION | |
ARIA_FILTERED_DOMAINS: [], // Prevent downloading from URLs containing these substrings | |
ARIA_FILTERED_FILENAMES: [], // Files/top level directories with these substrings in the filename won't be downloaded | |
ARIA_PORT: 8210, // Port for aria2c RPC server, if you change this here, make sure to update aria.sh as well | |
GDRIVE_PARENT_DIR_ID: '1FLdZvkZEwq9XQLxo95-ZYduNX404Omla', | |
OTHER_GDRIVE_DIR_IDS: [], // This is needed if u want to look for files in multiple dirs on list command |