diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..6d1f24d8f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: bash run \ No newline at end of file diff --git a/README.md b/README.md index fe3066414..ad359422e 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,7 @@ Yet another telegram `userbot` - something - blah blah ### project credits -[@gotstc](https://t.me/gotstc), [@uaudIth](https://t.me/uaudIth) [@kenway](https://t.me/K_E_N_W_A_Y) +[@gotstc](https://t.me/gotstc), [@uaudIth](https://t.me/uaudIth), [@kenway](https://t.me/K_E_N_W_A_Y) and [@nawwa](https://t.me/nawwasl) + + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/uaudith/Userge) \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 000000000..35d568a90 --- /dev/null +++ b/app.json @@ -0,0 +1,52 @@ +{ + "name": "Userge", + "description": "userbot.", + "keywords": [ + "telegram", + "userbot" + ], + "repository": "https://github.com/uaudith/Userge", + "env": { + "APP_ID": { + "description": "Get this value from https://my.telegram.org", + "value": "" + }, + "API_HASH": { + "description": "Get this value from https://my.telegram.org", + "value": "" + }, + "HU_STRING_SESSION": { + "description": "Get it by running `bash genStr` command", + "value": "" + }, + "DATABASE_URL": { + "description": "Mongodb url from https://cloud.mongodb.com/", + "value": "" + }, + "PREFERRED_LANGUAGE": { + "description": "Your Languge ( ex: if english => 'en' )", + "value": "", + "required": false + }, + "SCREENSHOT_API": { + "description": "api key from 'https://screenshotlayer.com'", + "value": "4", + "required": false + } + }, + "addons": [ + ], + "buildpacks": [ + { + "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" + }, { + "url": "heroku/python" + } + ], + "formation": { + "worker": { + "quantity": 1, + "size": "free" + } + } +} \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 000000000..f8624ef95 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.8.2 \ No newline at end of file