From f8c6c48f332842afd6b0c27aebe72739cf2652b8 Mon Sep 17 00:00:00 2001 From: ItsPahul <60101949+Pahul124@users.noreply.github.com> Date: Tue, 2 Mar 2021 18:00:44 +0530 Subject: [PATCH] Remove Heroku things (#279) * Delete Procfile * Delete Aptfile * Delete runtime.txt * Delete app.json * Update README.md --- Aptfile | 3 --- Procfile | 1 - README.md | 2 -- app.json | 52 ---------------------------------------------------- runtime.txt | 1 - 5 files changed, 59 deletions(-) delete mode 100644 Aptfile delete mode 100644 Procfile delete mode 100644 app.json delete mode 100644 runtime.txt diff --git a/Aptfile b/Aptfile deleted file mode 100644 index fd027cd87..000000000 --- a/Aptfile +++ /dev/null @@ -1,3 +0,0 @@ -tree -wget2 -p7zip-full diff --git a/Procfile b/Procfile deleted file mode 100644 index 6d1f24d8f..000000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -worker: bash run \ No newline at end of file diff --git a/README.md b/README.md index 0470206c5..b6dd00b9e 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ ## How To Deploy 👷 -* [**With Heroku 🇭**](https://theuserge.github.io/deployment#deploying-with-heroku) - [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Usergeteam/Userge/tree/beta) * [**With Docker 🐳**](https://theuserge.github.io/deployment#deploying-with-docker-) diff --git a/app.json b/app.json deleted file mode 100644 index 5f090b039..000000000 --- a/app.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Userge", - "description": "telegram pluggable userbot", - "logo": "https://imgur.com/download/Inyeb1S", - "keywords": [ - "userge", - "telegram", - "pluggable", - "userbot" - ], - "repository": "https://github.com/UsergeTeam/Userge", - "website": "https://github.com/Userge", - "success_url": "https://t.me/theUserge", - "env": { - "API_ID": {"description": "Get this value from https://my.telegram.org"}, - "API_HASH": {"description": "Get this value from https://my.telegram.org"}, - "DATABASE_URL": {"description": "Mongodb url from https://cloud.mongodb.com/"}, - "LOG_CHANNEL_ID": {"description": "Telegram Log Channel ID"}, - "HU_STRING_SESSION": { - "description": "[USER MODE] - Get this using `bash genStr`", - "required": false}, - "BOT_TOKEN": { - "description": "[BOT MODE] - Get this from https://t.me/botfather", - "required": false}, - "OWNER_ID": { - "description": "[BOT MODE] - Your user_id", - "required": false}, - "HEROKU_APP_NAME": { - "description": "given app name to the heroku app", - "required": false}, - "HEROKU_API_KEY": { - "description": "get a Heroku API key from http://dashboard.heroku.com/account", - "required": false} - }, - "addons": [], - "buildpacks": [ - {"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"}, - {"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab.git"}, - {"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"}, - {"url": "https://github.com/rking32/heroku-buildpack-google-chrome"}, - {"url": "https://github.com/rking32/heroku-buildpack-chromedriver"}, - {"url": "https://github.com/chrismytton/heroku-buildpack-jq.git"}, - {"url": "https://github.com/heroku/heroku-buildpack-apt.git"}, - {"url": "heroku/python"} - ], - "formation": { - "worker": { - "quantity": 1, - "size": "free" - } - } -} diff --git a/runtime.txt b/runtime.txt deleted file mode 100644 index 1a1817944..000000000 --- a/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.9.1