Lookup OLX Listings in fixed time intervals and send whatsapp notifications using Twilio Whatsapp API.
Built using Python, BeautifulSoup and Twilio.
To setup tracking for your own filters:
- Fork the Repository.
- Setup your Twilio Account.
- Setup the following Environment Variables under Settings/Secrets
- CONTACT_NUMBER (Phone Number to which you need to receive the Whatsapp Notifications)
- OLX_URL (OLX URL with all your filters)
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
- Setup github actions with the existing workflow
Feel free to create issues or raise PRs for additional features