experimental telegram bot
node 12 or higher
Clone this repository into a new directory and install the dependencies:
git clone git@github.com:willi84/strato_portal_bot.git
cd strato_portal_bot
npm install
Install the Vercel command line tools using npm
:
npm install -g vercel
Deploy the project to your Vercel account:
vercel login
or if you have a hidden infrastructure who can't handle the host or post use the email which is connected to your github account and known by vercel
vercel login <youremail@mail.com>