* add price range filter (#26)
* auto-remove stale products (#30)
* create new thread when product is available again (#28)
Signed-off-by: Julien Riou <julien@riou.xyz>
- Add PostgreSQL support (#23)
- Keep track and remove stale products
- Select or create shop before parsing
- Remove auto increment from primary key
- Enable replies on Twitter and Telegram
Signed-off-by: Julien Riou <julien@riou.xyz>
- Add newegg support (#14)
- Truncate too long product names for Twitter
- Configure headless browser address
- Bugfix include and exclude regexes
Signed-off-by: Julien Riou <julien@riou.xyz>
Features:
- Add Micro Center support (#2)
- Replace strings with regexp for Twitter hashtags
Bugfixes:
- Use array of key/value for Twitter hashtags (#1)
Cleanup:
- Remove useless compileRegex function
Signed-off-by: Julien Riou <julien@riou.xyz>
- new language: go
- new shops: cybertek.fr, mediamarkt.ch
- deprecated shops: alternate.be, minershop.eu
- improved database transaction management
- better web parsing library (ferret, requires headless chrome browser)
- include or exclude products by applying regex on their names
- check for PID file to avoid running the bot twice
- hastags are now configurable
Signed-off-by: Julien Riou <julien@riou.xyz>