Lapp-coder / pocketer-telegram-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocketer bot Go Release

image

Pocketer - a client for the Pocket service in Telegram


Features

  • Quickly saving a link to Pocket
  • Getting all saved links from Pocket
  • Deleting link by id

Installation and running


To install Pocketer, run to next command:

$ git clone github.com/Lapp-coder/pocketer-telegram-bot

After running command:

$ cd pocketer-telegram-bot && touch .env

Next, specify the contents of the .env file in this format:

TELEGRAM_BOT_TOKEN=<your-token>
POCKET_CONSUMER_KEY=<your-key>

Finally, to run the bot in the docker, run the following command:

$ docker build -t pocketer-telegram-bot . && \
  docker run --name pocketer-telegram-bot --env-file .env pocketer-telegram-bot

Or, if you have an installed utility "make":

$ make docker-run

About


Languages

Language:Go 94.2%Language:Dockerfile 3.6%Language:Makefile 2.2%