This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
64 lines (64 loc) · 1.91 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "TgRedditBot",
"description": "A Normal Telegram Bot Which can control reddit from telegram",
"logo": "https://telegra.ph/file/2a37745048a2d07323e05.jpg",
"keywords": ["Telegram","Python", "Reddit","Stream","Interaction"],
"repository": "https://github.com/kaif-00z/TgRedditBot",
"success_url": "https://t.me/BotsBakery",
"env": {
"API_ID": {
"description": "You api id, from my.telegram.org or @apiScrapperRoBot.",
"value": ""
},
"API_HASH": {
"description": "You api hash, from my.telegram.org or @apiScrapperRoBot.",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather, and enter it's api token here.",
"value": ""
},
"OWNER": {
"description": "Get ur Id Of Telegram nd Paste Here.",
"value": ""
},
"REDDIT_CLIENT_ID": {
"description": "Put your reddit client id.",
"value": ""
},
"REDDIT_CLIENT_SECRET": {
"description": "Put your reddit client secret.",
"value": ""
},
"REDDIT_USERNAME": {
"description": "Put your reddit username.",
"value": ""
},
"REDDIT_PASSWORD": {
"description": "Put your reedit password.",
"value": ""
},
"REDIS_URI": {
"description": "Redis endpoint URL, from redislabs.com",
"value": ""
},
"REDIS_PASSWORD": {
"description": "Redis endpoint password, from redislabs.com",
"value": ""
}
},
"formation": {
"bot": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url":"heroku/python"
},
{
"url":"https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}