-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
df2b2a4
commit 0f9a669
Showing
1 changed file
with
91 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,91 @@ | ||
{ | ||
"name": "♡_🫧𝆺꯭𝅥˶֟፝★E𝓪𝘨ļ૯⁂★🍷┼❤️༆", | ||
"description": "EagleBot is one of the best userbot on telegram based on telethon & python", | ||
"logo": "https://telegra.ph/file/c3f7f36372949b329ba68.jpg", | ||
"keywords": [ | ||
"plugin", | ||
"eaglebot", | ||
"modular", | ||
"productivity" | ||
], | ||
"repository": "https://github.com/Badhacker98/EAGLEBOT", | ||
"website": "#TODO", | ||
"success_url": "#TODO", | ||
"env": { | ||
"ENV": { | ||
"description": "Set this to ANYTHING will enable heroku.", | ||
"value": "ANYTHING" | ||
}, | ||
"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": "" | ||
}, | ||
"EAGLE_STRING": { | ||
"value": "" | ||
}, | ||
"BOT_TOKEN": { | ||
"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": "" | ||
}, | ||
"HANDLER": { | ||
"description": "Set this one with only one the symbol to use it before your command to run like . , ' `", | ||
"value": ".", | ||
"required": false | ||
}, | ||
"API_KEY": { | ||
"description": "Required for updating the bot and other stuff get it from https://dashboard.heroku.com/account", | ||
"value": "", | ||
"required": false | ||
}, | ||
"APP_NAME": { | ||
"description": "YOUR app name ", | ||
"value": "", | ||
"required": false | ||
}, | ||
"UPSTREAM_REPO": { | ||
"description": "U Can Use This To Set Own Commands To Know More About It. ask in Group", | ||
"value": "Bad", | ||
"required": false | ||
}, | ||
"EXTRA_REPO": { | ||
"description": "To install extra plugins. if you don't want, change value to 'False'", | ||
"value": "True", | ||
"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 | ||
} | ||
}, | ||
"addons": [{ | ||
"plan": "heroku-postgresql", | ||
"options": { | ||
"version": "15" | ||
} | ||
}], | ||
"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/heroku/heroku-buildpack-apt.git" | ||
},{ | ||
"url": "https://github.com/chrismytton/heroku-buildpack-jq" | ||
},{ | ||
"url": "https://github.com/rahulps1000/heroku-buildpack-nodejs" | ||
},{ | ||
"url": "heroku/python" | ||
}], | ||
"stack": "heroku-22" | ||
} |