Searching ppomppu (네이버) and sending result with Telegram bot
- Python 3
FULL_URL
is ppomppu URL for searching Naver Point(네이버 페이 포인트) article. It's almost default.TELEGRAM_TOKEN
is bot id created by Telegram's bot father (https://t.me/botfather)TELEGRAM_DEFAULT_CHAT_ID
is default Chat ID if you have known chat id from created bot
python -m venv venv
source ./venv/bin/activate
(Linux) or.\venv\Scripts\activate.bat
(Windows)
python main.py
python unit_test.py
It loops page searching and sending every 10 seconds.
Use own discretion