feat: add initial songbox telegram bot implementation
- Implement bot with song download and metadata display functionality - Add configuration files and dependencies - Include gitignore for Python development environment
This commit is contained in:
4
config.json.sample
Normal file
4
config.json.sample
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"botToken": "1234:1231231231231123",
|
||||
"songboxToken": "jwt_token_here"
|
||||
}
|
Reference in New Issue
Block a user