Skip to content

Lapp-coder/pocketer-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published