My Side Projects

HamroKhabar : Facebook Automated Bot

HamroKhabar is an automated bot designed to curate and share the latest news from Nepal's top Nepali news websites on Facebook. It operates by scraping content from these websites hourly and posting it on Facebook using a scheduled cron job. The bot is built using a stack comprising Express.js, Node.js, MongoDB, Cheerio for web scraping, and utilizes the Graph API for Facebook integration.

Skills: Node.js, MongoDB, Express.js, Cronjob, Graph API

CodeCareerNepal : A Job Notification Platform

CodeCareer is a job notification platform that aggregates job openings from leading IT companies' career pages in Nepal and displays them on its website. Built on the MERN (MongoDB, Express.js, React.js, Node.js) stack, the platform utilizes Puppeteer and Cheerio for web scraping, providing users with a centralized location to browse all available job opportunities from top IT companies.

Skills: React.js, Node.js, MongoDB, Express.js, Puppeteer, Cheerio

Google Map Scraper

Google Map Scraper is a project where I leverage Puppeteer and Cheerio with Node.js to effortlessly extract data from Google Maps. Simply provide a location, and the program handles the rest, neatly organizing everything into CSV files.

Skills: Puppeteer, Cheerio