Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: deploy

on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
region: "us"
branch: "master"
usedocker: true
stack: "container"
heroku_app_name: "nehakutti"
docker_heroku_process_type: worker
heroku_email: "mehermankar3@gmail.com"
heroku_api_key: "3700f3aa-d27c-429c-817f-e19f659466ab"
31 changes: 31 additions & 0 deletions config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ENTER BOT TOKEN (Get your BOT_TOKEN by talking to @botfather)
BOT_TOKEN = "2044015755:AAHYwLfgy2ItCiNpUlEb1JSQHYND8rBC2to"
GDRIVE_FOLDER_ID = "0AL4fGCoF7hCaUk9PVA"
OWNER_ID = 586922543
DOWNLOAD_DIR = "/home/username/mirror-bot/downloads"
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5
AUTO_DELETE_MESSAGE_DURATION = 20
IS_TEAM_DRIVE = "True"
TELEGRAM_API = 2125668
TELEGRAM_HASH = "d6a8a3601ef71a1e379fa554c3098bf2"
USE_SERVICE_ACCOUNTS = ""

# Optional config
AUTHORIZED_CHATS = "-1001526523796" #Separated by space
IGNORE_PENDING_REQUESTS = ""
INDEX_URL = "https://gdrive.moviesempire.workers.dev/0:"
MEGA_KEY = "NAgWwAIJ"
MEGA_USERNAME = "meherpatil84@gmail.com"
MEGA_PASSWORD = "patil1235"
BLOCK_MEGA_LINKS = ""
SHORTENER = ""
SHORTENER_API = ""

# Add more buttons (two buttons are already added of file link and index link, you can add extra buttons too, these are optional)
# If you don't know what are below entries, simply leave them, Don't fill anything in them.
BUTTON_THREE_NAME = "Get Access"
BUTTON_THREE_URL = "https://groups.google.com/g/MoviesEmpire-td"
BUTTON_FOUR_NAME = "Channels"
BUTTON_FOUR_URL = "t.me/TheEmpireGroup"
BUTTON_FIVE_NAME = ""
BUTTON_FIVE_URL = ""
34 changes: 0 additions & 34 deletions config_sample.env

This file was deleted.

Binary file added token.pickle
Binary file not shown.