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:
2025-06-07 11:27:23 -07:00
commit d447e7c71e
4 changed files with 262 additions and 0 deletions

4
config.json.sample Normal file
View File

@ -0,0 +1,4 @@
{
"botToken": "1234:1231231231231123",
"songboxToken": "jwt_token_here"
}