Crawls and searches for pages found on Oculus Store main page.
Stores daily deals in the database and publishes them on the Telegram's dedicated channel.
Instruction how to configure the project.
- Create Telegram bot through Telegram
- Copy obtained token to:
const TELEGRAM_BOT_TOKEN = 'XXXXXXXXXXXXXXXXX';
- Create Telegram channel through Telegram
- Get id of you newly created channel
- Copy obtained token to:
const TELEGRAM_CHANNEL_ID = "@XXXXXXXXXXXXXXXXX";
- Being in the project's folder execute the below command (or click the green triangle in PhpStorm IDE):
npm start
- Open the browser and enter url:
127.0.0.1:3000
Note: Fetching might take a while. Just wait till you get a JSON response about finished work.