Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avraammavridis/berlin-apartments-lambda-public
Send application forms to Landlords every time a new apartment is listed on Immobilien Scout
https://github.com/avraammavridis/berlin-apartments-lambda-public
apartments-for-rent aws berlin bot cloudwatch lambda rent wohnung
Last synced: 16 days ago
JSON representation
Send application forms to Landlords every time a new apartment is listed on Immobilien Scout
- Host: GitHub
- URL: https://github.com/avraammavridis/berlin-apartments-lambda-public
- Owner: AvraamMavridis
- Created: 2018-05-18T11:36:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T07:00:07.000Z (about 6 years ago)
- Last Synced: 2024-10-11T06:29:58.165Z (about 1 month ago)
- Topics: apartments-for-rent, aws, berlin, bot, cloudwatch, lambda, rent, wohnung
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 76
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# berlin-apartments-lambda
Anyone who has ever look for an apartment in Berlin knows how much painful and time-consuming process it is.
Its more effiecent to just apply for everything that fit on your criteria (without even looking picture of the apartment) and if you are lucky and got invited to see the apartment, and you are even more lucky to be accepted by the landlord, then you can decide if you want to keep it or not, so lets apply for everything...Send application forms to Landlords every time a new apartment that fit on your criteria, is listed on Immobilien Scout.
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
## Architecture
## HOW TO
1. Edit the settings on the `config.js` file.
```js
module.exports = {
queryUrl: 'Your POST request, you can find it in the Chrome console',
cookie: 'You can find the cookie in the Chrome console, by executing a request',
email: 'Your gmail address',
emailPassword: 'Your gmail password',
emailContentHTML: `Your message to the landlords, it can be html`
}
```3. Find the mappings between company names and emails, for privacy reasons I don't want to provide that, but you will have to edit the `landlordEmails.js`
4. Install the serverless framework.
5. Deploy the application
```
serverless deploy
```