A telegram bot which accepts a property address in Australia and returns a screenshot of the property history (if available)
https://t.me/propertyhelperbot/
Simply send the bot a property address in Australia and it will return a screenshot of the property history (if available)
Demo is available at - https://t.me/propertyhelperbot/
- Clone the repo
- Update config.env with the following variables:
- telegram_token: Your telegram bot token
- chrome_path: Path to your chrome binary (if using docker leave unchanged)
- Run
docker build -t property-helper .
- Run
sudo docker run --name property-helper --restart unless-stopped -d --env-file config.env property-helper
- Open telegram and search for your bot