Skip to content

Commit

Permalink
added heroku support :)
Browse files Browse the repository at this point in the history
Signed-off-by: rking32 <[email protected]>
  • Loading branch information
rking32 committed Mar 27, 2020
1 parent 2fd891c commit e40e081
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: bash run
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
52 changes: 52 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.8.2

0 comments on commit e40e081

Please sign in to comment.