A Nodejs and cheerio news scraper that scrapes the most recent tldrtech page and returns Programming and Github information, then uploads that data into the notion database
It scrapes data from tldr.tech site and uploads to notion
To get started, you'll need a notion account, a notion page, and a craete database.
Click on New page
Take note of this after / and before ? mark this is your DATABASE_ID
Take a note of this screate key it is your notion key
16.Create .env
file into the root directory
NOTION_API_KEY='<your_notion_api_key>' DATABASE_ID='<your_database_id>'
Clone the Repo
https://github.com/amrohan/tldr-tech-scraper
Install packages
yarn install
Run the script
yarn dev
Make your desired modifications and rerun the script.
Use your preferred hosting service to deploy this scrapper.
Just add environment variables to your favorite hosting service.