Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.json #6

Closed
wants to merge 1 commit into from
Closed

app.json #6

wants to merge 1 commit into from

Conversation

HeyAdithya
Copy link

{
"name": "Torrent Search Bot by @VijayAdithyaa",
"description": "A Simple Telegram Inline Torrent Search Bot in Pyrogram by @VijayAdithyaa",
"keywords": [
"telegram",
"inline",
"torrent",
"search",
"bot"
],
"repository": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
"website": "https://telegram.dog/AbirHasan2005",
"success_url": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @BharatTorrentPro"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @BharatTorrentPro"
},
"SESSION_NAME": {
"description": "Any Bot Session Name. You can keep default!",
"value": "Bharat-Search-Bot"
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token by @Botfather"
},
"MAX_INLINE_RESULTS": {
"description": "Max Telegram Inline Search Result. Keep Default!",
"value": "50",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}

{
    "name": "Torrent Search Bot by @VijayAdithyaa",
    "description": "A Simple Telegram Inline Torrent Search Bot in Pyrogram by @VijayAdithyaa",
    "keywords": [
        "telegram",
        "inline",
        "torrent",
        "search",
        "bot"
    ],
    "repository": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
    "website": "https://telegram.dog/AbirHasan2005",
    "success_url": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
    "env": {
        "API_ID": {
            "description": "Get this value from my.telegram.org or @BharatTorrentPro"
        },
        "API_HASH": {
            "description": "Get this value from my.telegram.org or @BharatTorrentPro"
        },
        "SESSION_NAME": {
            "description": "Any Bot Session Name. You can keep default!",
            "value": "Bharat-Search-Bot"
        },
        "BOT_TOKEN": {
            "description": "Your Telegram Bot Token by @Botfather"
        },
        "MAX_INLINE_RESULTS": {
            "description": "Max Telegram Inline Search Result. Keep Default!",
            "value": "50",
            "required": false
        }
    },
    "buildpacks": [
        {
            "url": "heroku/python"
        }
    ],
    "formation": {
        "worker": {
            "quantity": 1,
            "size": "free"
        }
    }
}
Copy link

@FayasNoushad FayasNoushad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He already added app.json file in repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants