Bot per avere le dosi per una perfetta pizza o focaccia!
Use this bot and cook the perfect pizza..!
First create a bot and insert the key in the code
url = "https://api.telegram.org/"
key={YOUR_KEY_HERE}
It can be run with two different backends
Clone this repo and run with docker
git clone https://github.com/fvalle1/pizza_bot.git
cd pizza_bot
docker-compose up -d
git clone https://github.com/fvalle1/pizza_bot.git
cd pizza_bot
Edit pizza_bot.jl and comment the right backend
include("white_backend.jl")
#include("psql_backend.jl")
then simply run Julia
julia pizza_bot.jl
See LICENSE