Immo-scraper is a Node.js application for scraping real estate data and send them do a Discord Channel.
Have a Discord Bot created and get the Token.
- Install the dependencies:
yarn
-
Create Env Vars Copy the .env.template to .env and fill out all EnvVars
-
Build the application:
yarn build
To start the application, use the following command:
yarn start
This will start the server and listen on port 8080. You can access the application at http://localhost:8080
.
During development, you can use the following command to activate Hot-Reloading:
npm run start:dev