Skip to content

A set of tools for musical composition and analysis directly on a chat.

License

Notifications You must be signed in to change notification settings

rvalla/caltoolsbot

Repository files navigation

logo

musiCal: telegram bot

This is the code for a telegram bot.

online status

musiCal Bot is not currently deployed. It will be available during some moments of the week while I run some tests. Stay tuned!

running the code

Note that you will need a config.json file on root which includes the bot's token to run this software. I suggest the following fieldsvalthough currently only token (provided by @BotFather and logging (info, debugging or persistent) are mandatory:

{
	"bot_name": "musiCal Bot",
	"date": "2021-11-01",
	"username": "caltools_bot",
	"admin_id": "A mistery",
	"link": "https://t.me/caltools_bot",
	"token": "I won't tell you my token",
	"password": "Sorry, I won't tell the password either",
	"public_ip": "255.255.255.255",
	"webhook": false,
	"webhook_path": "some_url_path_for_webhook",
	"webhook_port": 8443,
	"logging": "info"
}

standing upon the shoulders of giants

This little project is possible thanks to a lot of work done by others in the open-source community. Particularly in this case I need to mention:

Reach musiCal bot here. Feel free to contact me by mail or reach me in telegram or mastodon.

About

A set of tools for musical composition and analysis directly on a chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages