Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xataru/bot

Telegram Bot - Link Sender
https://github.com/0xataru/bot

go golang sqlite3 standard-library telegram-bot-api

Last synced: 7 days ago
JSON representation

Telegram Bot - Link Sender

Awesome Lists containing this project

README

        

# Automaic Link-Sender Bot

### This project is for practicing Go standard library and SQLite

![Gopher](https://github.com/markraiter/bot/blob/main/16530727.png)

This bot can save the link, provided by the sender and send random link by request.

This bot realized on telegram API but can be transferred to any other messanger if add the appropriate client. All other business logic will remain unchanged.
___

To start this bot:
1. Go to telegram @BotFather and create your bot
2. Follow the instructions, provided by @BotFather and get the `token` for your bot
3. Then start the app with
``` bash
go run cmd/main.go -telegram-bot-token 'YOUR TOKEN'
```