-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathapp.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "TorrentSearcherBot",
"description": "A simple torrent searcher bot made in python. Create your Fork now.",
"keywords": [
"telegram",
"torrent",
"searcher"
],
"website": "https://github.com/Anandpskerala/TorrentSearcherBot",
"repository": "https://github.com/Anandpskerala/TorrentSearcherBot",
"env": {
"API_ID": {
"description": "Get it from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get it from my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token",
"value": ""
},
"START_MESSAGE": {
"description": "",
"value": "*Hi ! I am a simple torrent searcher using @sjprojects's Torrent Searcher api.\n\n\nMade with 🐍 by @KeralasBots*"
},
"FOOTER_TEXT": {
"description": "",
"value": "*Made with ❤️ by @KeralasBots*",
"required": false
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}