telegram-bot-template

Template project for Telegram bot with Telegrammer and Vapor frameworks

Install with Vapor CLI

$ vapor new MyBot --template=https://github.com/givip/telegram-bot-template

Install without Vapor CLI

Clone this repository, then run

$ swift package resolve
$ swift package generate-xcodeproj

Choose App scheme in XCode and MyMac device and run.