https://github.com/siteddv/pocketel-bot
PockeTel is a Telegram bot that allows you to save links in the application Pocket
https://github.com/siteddv/pocketel-bot
bolt boltdb docker go golang nosql telegram telegram-bot telegram-bot-api
Last synced: 2 months ago
JSON representation
PockeTel is a Telegram bot that allows you to save links in the application Pocket
- Host: GitHub
- URL: https://github.com/siteddv/pocketel-bot
- Owner: siteddv
- Created: 2021-12-05T09:45:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T20:04:21.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:39:07.211Z (over 1 year ago)
- Topics: bolt, boltdb, docker, go, golang, nosql, telegram, telegram-bot, telegram-bot-api
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PockeTel Bot
**PockeTel** is a Telegram bot that allows you to save links in the application Pocket. We can say that he is a small client for this service.
To work with the Pocket API, a self-written SDK is used - golang-pocket-sdk.
Bolt DB is used as storage.
To implement user authorization, an HTTP server is launched together with the bot on port 80, to which a redirect from Pocket occurs when the user is successfully authorized.
When the server accepts the request, it generates an Access Token via the Pocket API for the user and stores it in storage.
### Stack:
- Go 1.15
- BoltDB
- Docker (for deployment)
### To launch the application:
```
make run
```
### Have a nice experience with repository!
#### If you have any questions and suggestions, please contact me via email siteddv@gmail.com