/crime_city_telegram_bot-Golang-

telegram bot that helps find crimes in near area

Primary LanguageGoMIT LicenseMIT

telegram_bot

Overview

This telegram bot allows you to find out where the nearest crime is committed

Clone the Project

git clone https://github.com/gospodinzerkalo/crime_city_telegram_bot-Golang-

Installation dependencies

make depends

Build and Running (API)

make buildAPI
make runAPI

Build and Running (Telegram Bot)

make build
make run