Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xataru/bot
- Owner: 0xataru
- Created: 2023-06-14T09:03:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T18:00:35.000Z (over 1 year ago)
- Last Synced: 2025-01-02T21:32:33.896Z (15 days ago)
- Topics: go, golang, sqlite3, standard-library, telegram-bot-api
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```