Sample (very basic) telegram bot in Scala
- Procure an API key from BotFather
- Create a file named
.passwd
in the folder where this README is located - Edit the file and put the key there as follows:
api_token = "000000000:XXXXXXXXXX_XXXXXXXX_-XXXXXXXXXXXXXX"
- Run
sbt run
You can now communicate with the bot. This sample bot just returns back the the input wrapped in r: Some(
)
Does not support editing messages