Access stored data in Pocket (GetPocket) via Telegram Bot
- Instal Python (v3.9)
- Create Telegram Bot (https://core.telegram.org/bots#3-how-do-i-create-a-bot)
- Clone this repository with command below:
git clone https://github.com/Matin-B/ReadInTelegramBot.git && cd ReadInTelegramBot
- Rename config-sample.py to config.py and replace your bot token and other keys
- Create a virtual environment with command below:
python -m venv .venv && source .venv/bin/activate
- Install dependencies using command below:
pip install -r requirements.txt
- Run the bot with command below:
cd app && python main.py