Archived
1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
9b6d3cf745
Release 0.5.1
- 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>
2021-04-06 10:35:04 +02:00
26eb0af9ea
Release 0.5.0
- Add Amazon support (#3)

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-01 13:02:52 +02:00
f994093baf
Release 0.4.0
- Add HTTP API

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-30 18:01:54 +02:00
3122e59325
Release 0.3.1
- Use markdown in Telegram

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-30 08:59:39 +02:00
93a37f2f89
Release 0.3.0
- Add Telegram Messenger notifications
- Prepare for new parsers

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-24 09:37:13 +01:00
9269d59380
Release 0.2.3
- Add Versus Gamers support (#12)
- Add STEG support (#10)
- Update the Twitter reply
- Add Dockerfile

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-23 07:58:44 +01:00
f7d10a00e5
Release 0.2.2
- 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>
2021-03-06 07:54:14 +01:00
14576cde0e
Release 0.2.1
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>
2021-02-28 15:35:10 +01:00
3a4aba93e5
Release 0.2.0
- 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>
2021-02-27 08:10:43 +01:00