A Go REST API allowing me to send messages to myself, on my phone, according to some events.

Overview

Logo

go-telegram-notifier

go-telegram-notifier

A Go REST API wrapping the official Telegram API and used to send myself notifications, on my phone, based on some events.

What is the difference with the official API

  • This API is the program running behind the personal bot I created for my use.
  • This bot acts as my personnal assistant: I want it to push to me notifications on some events and answer me based on actions I ask him to perform (coming later).
  • Wanted to handle authentication as I want.
  • The application is stored on my own server and I can scale it depending on my needs.

Overview

Here is an overview of the use of that API (in production).

You might also like...
Example Golang API backend rest implementation mini project Point Of Sale using Gin Framework and Gorm ORM Database.

Example Golang API backend rest implementation mini project Point Of Sale using Gin Framework and Gorm ORM Database.

API Rest em Golang e MongoDB com autenticação com JWT afim de testes e simulaçoes

goRestApi API Rest em Golang e MongoDB com autenticação com JWT afim de testes e simulaçoes Como construir um layout de projeto extensível Autenticaçã

Simple REST API to get time from many different timezones

Timezone API Simple REST API for getting current time in different timezones. This is the first assignment from Rest-Based Microservices API Developme

REST API with Echo Framework from Go
REST API with Echo Framework from Go

REST API with Echo Framework from Go

Learn REST API with Go

web-w-go Enviroment Requirement go version go1.17.3 linux/amd64 Using go module github.com/cosmtrek/air - Auto reload VS Code Linux OS Go-gin framewor

Example of REST API to collect simple data

Statistics Collector An example of REST API to collect views statistics How to build There is Docker file you can set TARGET_OS and TARGET_ARCH to com

mini json response for rest api

You will avoid commands below defining every time in services. resp := Response{ Code: responseCode, Message: msg, Data: data, } http.ResponseWriter.W

🥒 Simple REST-API product service (download products in .csv file)

🥒 Simple REST-API product service (download products in .csv file)

Go REST API - Bucket list - built with go-chi, Docker, and PostgreSQL

Go REST API - Bucket list - built with go-chi, Docker, and PostgreSQL Requirements Docker and Go golang-migrate/migrate Usage Clone the repository wit

Owner
SLITI Brahim
SLITI Brahim
REST API made using native Golang libraries. This API resembles the basic working of Instagram.

Golang RESTful API for Instagram A Go based REST API built using native libraries. The API has been thoroughly worked through with Postman. Routes inc

Bhavya Goel 1 Mar 16, 2022
Opinionated Go starter with gin for REST API, logrus for logging, viper for config with added graceful shutdown

go-gin-starter An opinionated starter for Go Backend projects using: gin-gonic/gin as the REST framework logrus for logging viper for configs Docker f

Udaya Prakash 66 Dec 2, 2022
Mattermost Posts via its REST API v4

A Go (golang) simple client for sending Mattermost posts via its REST API v4. This program makes use of the Go libraries http and url for interacting with a Mattermost server and Cobra coupled with Viper to implement the CLI interface.

Davide Madrisan 17 Dec 1, 2022
🍐 Elegant Golang REST API Framework

An Elegant Golang Web Framework Goyave is a progressive and accessible web application framework focused on REST APIs, aimed at making backend develop

Goyave 1.2k Jan 9, 2023
Go WhatsApp REST API Implementation Using Fiber And Swagger

Go WhatsApp REST API Implementation Using Fiber And Swagger Package cooljar/go-whatsapp-fiber Implements the WhatsApp Web API using Fiber web framewor

Mohammad Fajar Rizky 9 May 9, 2022
A rest api with the crud methods made it in golang

go-API-REST A rest api made it in golang that connects to a mongodb database This API is compatible with the Angular frontend from https://github.com/

Sergio 5 Apr 26, 2022
A Simple REST API Build Using Golang

gorestapi A Simple REST API Build Using Golang About gorestapi: a simple music restapi that retrives info about the author, album name, price of it ge

Krisna Pranav 13 Nov 21, 2021
API REST with Golang. Not directly mine.

REST API: API REST with HTTP Methods like: GET & GET ONE PUT POST DELETE To build a compiled server: CompiledDaemon To develop on a compiled server:

Luis Quiñones Requelme 1 Dec 15, 2021
go gin rest api

go-gin-rest-api-f1 go-gin-rest-api Tutorial from: https://golang.org/doc/tutorial/web-service-gin I just used F1 Drivers. go get . to get gin go run .

Lou Ciampanelli 1 Oct 20, 2021
REST API boilerplate built with go and clean architecture - Echo Framework

GO Boilerplate Prerequisite Install go-migrate for running migration https://github.com/golang-migrate/migrate App requires 2 database (postgreSQL an

Syahid Firdaus 14 Jan 2, 2023