https://github.com/piotrpdev/rent-ie-notify
Scans rent.ie for new listings and uses a Discord webhook to notify you
https://github.com/piotrpdev/rent-ie-notify
discord house ie rent shared
Last synced: 4 months ago
JSON representation
Scans rent.ie for new listings and uses a Discord webhook to notify you
- Host: GitHub
- URL: https://github.com/piotrpdev/rent-ie-notify
- Owner: piotrpdev
- License: mit
- Created: 2022-07-21T15:35:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T00:05:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T08:39:03.644Z (6 months ago)
- Topics: discord, house, ie, rent, shared
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rent.ie Notify

Scans rent.ie for new listings and uses a Discord webhook to notify you
## Why?
Checking every hour is annoying, so just automate the process!
## How do I use it?
> Make sure you have [Node](https://nodejs.org/en/) installed.
* Clone the repo and `cd` into it.
* `npm i`
* Fill out your details in `.env.example` and rename it to `.env`
* Comment out the following line from `index.js` if you don't want to use Discord webhooks:```js
await sendToDiscord(...)
```* `npm run dev`
> If you want to automate the process with [GitHub Actions](https://github.com/features/actions) there is a workflow file provided; Fork the repo and set the [secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets).
## How do I contribute?
If it is something small, make a change directly and make a pull request.
If it is something that requires testing:
* Install [act](https://github.com/nektos/act).
* Rename `.env.example` to `.env`
* Run `act --secret-file .env workflow_dispatch` to test changes.## License
Licensed under the MIT license.