Termux & python bot for craigslist alerts.
Install the Termux terminal emulator from F-Droid.
Then, open the shell and install dependencies and craigslist_notify
:
$ pkg install termux-api openssl libxml2 libxslt
$ pip install https://www.github.com/rwev/craigslist_notify/archive/master.zip
Execution requires a configuration file in the user home directory, ~/.craigslist_notify_config.yaml
.
Specify each search to run as an item in list, with the following fields:
- region: '<REGION>' # region to search, as appears in query subdomain, eg. <REGION>.craiglist.org
query: '<QUERY>' # string as you would enter in search box
by: 'OWNER' # | 'DEALER' | 'ALL'
- region: '<REGION>'
query: '<QUERY>'
by: 'OWNER'
Upon completion, the script additionally schedules a job to run itself again on 15 minute intervals.
- add support for more search parameters