AutoMagically apply to new listings on daft based on the filter you specify.
A housing crisis in Dublin has made finding an house could be extremely hard, this bot is suppose to automate most of the tedious steps, and hopefully help you find a house
Response | Enquiries |
---|---|
Follow the steps to setup the project
Install Python3 from here
Make sure you have > python 3.11 Installed
pip install -r requirements.txt
Run the script
sh script.sh
If you want to run the script priodically every 1 minute, you need to run a cron job to run the sh script.sh
command, what I recommend is to setup an EC2 instance on AWS (I work at AWS :P) or use a droplet on digital ocean.
crontab -e
*/1 * * * * sh ~/daft-bot/script.sh
# SPECIFY THE LOCATION OF THE SCRIPT
- Make sure you have Python3 installed
- Have the correct version of selenium driver for Chrome. Link
- Convert .env.example files -> .env with relevant data
Commands for running the script
# This would run the script with default values
python daft_bot.py
# This would update the cache without applying to any places
python daft_bot.py --bhk 2 --noop true
# This would use cached values on daft while applying
python daft_bot.py --bhk 2 --fast True
Your Name – @rish-bishhh – rishabhmalhotraa01@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Rishabh-Malhotraa
- Fork it (https://github.com/Rishabh-Malhotraa/daft-bot/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request