CowinNotifier
A very small tiny project to try out cowin and telegram APIs.
Build
mvn clean install
Usage
Configure a Telegram Bot
- Search for BotFather
- Create a /newBot and give any name and user-name
- Save the token. This is needed.
- Now Search for the newly created Bot and send a message (Anything !).
Execute the following Command to Run the Application:
java -jar CowinNotifier-1.0-SNAPSHOT-spring-boot.jar -s <state_name> -d <district_name> -a <age> -t <token>Example
java -jar CowinNotifier-1.0-SNAPSHOT-spring-boot.jar -s "Karnataka" -d "Dakshina Kannada" -a "18" -t "DoYouThinkIWillShareByBotToken"