-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
25 lines (25 loc) · 703 Bytes
/
app.json
File metadata and controls
25 lines (25 loc) · 703 Bytes
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
{
"name": "ShazamBot",
"description": "A Telegram bot that identifies songs.",
"version": "1.0.0",
"keywords": ["telegram", "bot", "music"],
"main": "shazam_bot.py",
"scripts": {
"start": "python shazam_bot.py"
},
"dependencies": {
"pyrogram": "^1.2.0"
},
"engines": {
"python": ">=3.6"
},
"license": "MIT",
"author": "Your Name",
"private": true,
"config": {
"API_ID": "YOUR_API_ID",
"API_HASH": "YOUR_API_HASH",
"BOT_TOKEN": "YOUR_BOT_TOKEN",
"DESCRIPTION": "ShazamBot is a Telegram bot that helps you identify songs by sending voice messages. Simply send a voice message to the bot, and it will attempt to recognize the song for you."
}
}l