This is NOT in any way an official F64 or Twitter product.
A twitter bot (@F64Consignatie) that keeps a watchful eye on the used photo gear (watching all their suff is just too much) sold by F64.
Being a shutterbug myself I like the chance to take advantage of great photography gear deals but have little lime to check websites like this on a daily basis. I also like to develop shiny new things. Since I use Twitter as a source of information and have little time to check photo gear sellers on a daily basis why not combine both to save time?!
- Download the latest release
- Extract the archive (zip / tar.gz)
- Install the requirements:
pip install -r requirements.txt
- Fill out the configuration file with your twitter info
- Create a cron job to run the bot at a certain interval
crontab -l | { cat; echo "0 * * * * cd /home/pi/f64; python main.py"; } | crontab -
- Add error handling
- Process product titles to remove useless data
- Add auto-follow feature to spread awareness
-
Drop dependency to cron - Use a real database when things get big
-
Add functionality to track product status (in stock/out of stock/etc)
This project is released under the terms of the MIT license.