-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"name": "TamilBot", | ||
"description": "பைதான் 3 இல் இயங்கும் ஒரு டெலிகிராம் யூசர்போட்.", | ||
"logo": "https://telegra.ph/file/2790938cacb9aa80d478c.jpg", | ||
"keywords": [ | ||
"telegram", | ||
"userbot", | ||
"plugin", | ||
"modular", | ||
"productivity" | ||
], | ||
"repository": "https://github.com/ivetri/TamilBot", | ||
"website": "https://github.com/ivetri/TamilBot", | ||
"success_url": "#TODO", | ||
"env": { | ||
"ALIVE_NAME": { | ||
"description": "give your name", | ||
"value": "" | ||
}, | ||
"APP_ID": { | ||
"description": "Get this value from my.telegram.org! Please do not steal", | ||
"value": "" | ||
}, | ||
"API_HASH": { | ||
"description": "Get this value from my.telegram.org! Please do not steal", | ||
"value": "" | ||
}, | ||
"STRING_SESSION": { | ||
"description": "Get this value by running python3 telesetup.py locally", | ||
"value": "" | ||
}, | ||
"TG_BOT_USER_NAME_BF_HER": { | ||
"description": "Needed for inline buttons maker. Make a bot at http://telegram.dog/BotFather and get the username of your bot", | ||
"value": "" | ||
}, | ||
"TG_BOT_TOKEN_BF_HER": { | ||
"description": "Needed for inline buttons maker. Make a bot at http://telegram.dog/BotFather and get the token of your bot.Worth it. Get it.", | ||
"value": "" | ||
}, | ||
"COMMAND_HAND_LER": { | ||
"description": "Set this one with only one the symbol to use it before your command to run like . , ' `", | ||
"value": ".", | ||
"required": false | ||
}, | ||
"ENV": { | ||
"description": "Setting this to ANYTHING will enable heroku.", | ||
"value": "ANYTHING", | ||
"required": false | ||
}, | ||
"HEROKU_API_KEY": { | ||
"description": "Required for updating the bot and other stuff get it from https://dashboard.heroku.com/account", | ||
"value": "", | ||
"required": false | ||
}, | ||
"HEROKU_APP_NAME": { | ||
"description": "YOUR app name ", | ||
"value": "", | ||
"required": false | ||
}, | ||
"PRIVATE_GROUP_ID": { | ||
"description": "its for pm permit create group get group id . id must start with -100", | ||
"value": "", | ||
"required": false | ||
}, | ||
"PRIVATE_GROUP_BOT_API_ID": { | ||
"description": "Same as abouve ", | ||
"value": "", | ||
"required": false | ||
}, | ||
"TZ": { | ||
"description": "Required for Correct Time on autopic/get time. Know your timezone from http://www.timezoneconverter.com/cgi-bin/findzone.tzc", | ||
"value": "Asia/Kolkata", | ||
"required": false | ||
}, | ||
"UPSTREAM_REPO": { | ||
"description": "if you need custom deploy then type your git repo link. ie old or new", | ||
"value": "TamilBotOld", | ||
"required": false | ||
} | ||
}, | ||
"addons": [{ | ||
"plan": "heroku-postgresql", | ||
"options": { | ||
"version": "12" | ||
} | ||
}], | ||
"buildpacks": [{ | ||
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" | ||
},{ | ||
"url":"https://github.com/heroku/heroku-buildpack-google-chrome" | ||
},{ | ||
"url":"https://github.com/heroku/heroku-buildpack-chromedriver" | ||
},{ | ||
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip" | ||
},{ | ||
"url": "https://github.com/heroku/heroku-buildpack-apt.git" | ||
},{ | ||
"url": "https://github.com/chrismytton/heroku-buildpack-jq" | ||
},{ | ||
"url": "heroku/python" | ||
}] | ||
} |