-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
18 lines (18 loc) · 567 Bytes
/
Copy pathapp.json
File metadata and controls
18 lines (18 loc) · 567 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Fake data Bot",
"description": "A simple Python oriented telegram bot to generate random data's Citizens, For verification purpose.",
"repository": "https://github.com/riz4d/Randomdata",
"keywords": ["telegram", "fakedb", "riz4d","telethon", "rizad"],
"env": {
"TOKEN": {
"description": "Bot token here"
},
"API_ID": {
"description": "API_ID here"
},
"API_HASH": {
"description": "API_HASH here"
}
},
"buildpacks": [{"url": "heroku/python"}]
}