Wykres commitów

179 Commity (openai-integration)

Autor SHA1 Wiadomość Data
dgtlmoon b73f5a5c88
Update README.md 2022-01-03 18:46:50 +01:00
dgtlmoon d4dc3466dc
Update README.md 2022-01-01 18:11:54 +01:00
dgtlmoon e3bcd8c9bf
Update README.md 2021-12-29 08:55:37 +01:00
dgtlmoon 98461d813e
Update README.md 2021-12-28 18:57:39 +01:00
dgtlmoon 8ec17a4c83
Re #267 - Pass settings for the proxy setup for webdriver (#326)
* Re #267 - Pass HTTP_PROXY as the proxy setup for webdriver
* Update README.md
2021-12-28 17:07:41 +01:00
dgtlmoon ee708cc395
Update README.md 2021-12-28 13:19:24 +01:00
dgtlmoon 8a670c029a
Update README.md 2021-12-28 13:18:44 +01:00
dgtlmoon 9fa5aec01e
Update README.md 2021-12-28 00:47:00 +01:00
dgtlmoon 396509bae8
Update README.md 2021-12-22 10:43:22 +01:00
dgtlmoon 2973f40035
Update README.md 2021-12-22 10:42:48 +01:00
dgtlmoon fafc7fda62
Update README.md 2021-12-19 23:10:55 +01:00
dgtlmoon b1aaf9f277
Update README.md 2021-12-19 23:04:56 +01:00
dgtlmoon ba6fe076bb Go back to docker hub 2021-12-16 11:53:28 +01:00
dgtlmoon e71dbbe771 Adding deploy to Heroku button 2021-12-15 23:32:48 +01:00
dgtlmoon 512d76c52b
Update README.md
Make link more accurate
2021-12-10 20:21:27 +01:00
dgtlmoon 4d0bd58eb1
Prefer GHCR.io over DockerHub (#245)
* Prefer GHCR.io over DockerHub (DockerHub limits pulls)
2021-10-06 13:07:56 +02:00
dgtlmoon df0b7bb0fe
Update README.md
Re #240 return update instructions
2021-10-03 19:25:50 +02:00
dgtlmoon 4683b0d120
Update README.md 2021-08-20 18:24:49 +02:00
dgtlmoon 8c3163f459
Update README.md 2021-08-16 16:34:44 +02:00
dgtlmoon a11b6daa2e
Installation via pip (#186)
Builder for https://pypi.org/project/changedetection.io/
2021-08-16 15:24:37 +02:00
dgtlmoon 642ad5660d
Update README.md 2021-08-16 13:57:43 +02:00
dgtlmoon 9e08f326be
Chrome/Webdriver support for Javascript websites (#114)
JS Support via fetching the page over WebDriver/Selenium network
Refactor forms (Split into logical tabs)
2021-08-12 12:05:59 +02:00
dgtlmoon e2304b2ce0
Re #154 Ldjson extract parse (#158)
* Use parsable JSON hiding in <script type="application/ld+json"> where possible, if it matches the filter rule, use it.
* Update README.md
2021-07-25 07:02:19 +02:00
dgtlmoon 32a798128c
Update README.md 2021-07-18 18:15:44 +10:00
dgtlmoon dad48402f1
Customisable notifications (#123)
* Customisable notifications (#121)
* Test improvements
* Setup BASE_URL environment in test

Co-authored-by: dtomlinson91 <53234158+dtomlinson91@users.noreply.github.com>
2021-07-13 18:48:21 +10:00
dgtlmoon dc2896c452
Update README.md 2021-07-11 22:11:53 +10:00
dgtlmoon 306814f47f
Adding text about JSON API Monitoring 2021-07-11 22:10:49 +10:00
dgtlmoon f2643c1b65
Update README.md 2021-07-11 19:38:54 +10:00
dgtlmoon 0e291de045
Update README.md 2021-07-11 19:36:44 +10:00
dgtlmoon cb0d69801f Update readme with the branch link for javascript support 2021-07-04 13:51:19 +10:00
dgtlmoon 3fa6bc5ffd
Update README.md
Adding more docker start help
2021-06-26 13:34:40 +10:00
dgtlmoon 58dfeaeec8
Update README.md 2021-06-22 10:33:27 +10:00
dgtlmoon fed2de66a0
Adding rPi support info 2021-06-18 22:00:33 +10:00
dgtlmoon a6b0a23143
Update README.md 2021-05-28 00:03:17 +10:00
dgtlmoon 5d93009605
Update README.md 2021-05-27 20:37:56 +10:00
dgtlmoon 13de31cf98
Update README.md 2021-05-26 21:26:35 +10:00
dgtlmoon 395a6fca62
Update README.md 2021-05-19 13:09:41 +10:00
dgtlmoon f582810ad0 Adding BTC support instructions 2021-05-18 23:34:56 +10:00
dgtlmoon 63a3492547 Re #49 Re #60 - Adding more information about proxy setup to README.md 2021-05-15 18:13:00 +10:00
Unpublished 454fc26341
Add socks proxy support (#60)
* Add socks proxy support

* Add proxy config to README
2021-05-15 18:05:58 +10:00
dgtlmoon 70d766b647
Update README.md 2021-05-08 23:16:16 +10:00
dgtlmoon 40be9c615f
Update README.md 2021-05-08 23:15:50 +10:00
dgtlmoon 969420e40b Cleanup docs 2021-05-08 11:44:43 +10:00
dgtlmoon f877af75b9
Apprise notifications (#43)
* issue #4 Adding settings screen for apprise URLS
* Adding test notification mechanism

* Move Worker module to own class file

* Adding basic notification URL runner

* Tests for notifications

* Tweak readme with notification info

* Move notification test to main test_backend.py

* Fix spacing

* Adding notifications screenshot

* Cleanup more files from test

* Offer send notification test on individual edits and main/default

* Process global notifications

* All branches test

* Wrap worker notification process in try/catch, use global if nothing set

* Fix syntax

* Handle exception, increase wait time for liveserver to come up

* Fixing test setup

* remove debug

* Split tests into their own totally isolated setups, if you know a better way to make live_server() work, MR :)

* Tidying up lint/imports
2021-05-08 11:29:41 +10:00
dgtlmoon 18c7a18be8 Re #46 - Add note to README.md about Javascript support 2021-05-01 10:02:43 +10:00
dgtlmoon 3b79f8ed4e
Update README.md 2021-04-02 05:00:58 +02:00
dgtlmoon 5d02c4fe6f
Update README.md 2021-04-02 04:58:49 +02:00
dgtlmoon 8b5cd40593
Update README.md 2021-03-26 11:07:06 +01:00
dgtlmoon fdab52d400
Use absolute image links so the screenshots work from docker hub 2021-03-04 09:58:58 +01:00
dgtlmoon 782795310f
Update README.md
Removing text that is tricky to maintain and confusing
2021-03-03 09:01:14 +01:00
Leigh Morresi b31bf34890 Check for new version 2021-03-01 15:09:37 +01:00
dgtlmoon e98ea37342
Moving nice screenshot to above the fold :) 2021-02-22 16:39:04 +01:00
dgtlmoon e20577df15
Adding docker hub badge for tag information 2021-02-22 14:48:57 +01:00
dgtlmoon 70252b24f9
Adding docker pulls counter badge 2021-02-21 15:39:17 +01:00
Leigh Morresi beebba487c Use master branch for badge 2021-02-21 15:21:30 +01:00
dgtlmoon 3e9a110671
Update README.md 2021-02-21 14:15:21 +01:00
Leigh Morresi 22bc8fabd1 Add badge under pytest branch 2021-02-21 14:14:27 +01:00
Leigh Morresi cd5c05e72a Provide named containers and remove all existing 2021-02-02 23:41:28 +01:00
Leigh Morresi 3952f3a207 Slightly more bulletproof instructions 2021-02-02 18:10:09 +01:00
Leigh Morresi 9ec820fa97 Add update howto 2021-02-02 12:22:04 +01:00
dgtlmoon 118814912f
Fix heading 2021-02-01 11:43:39 +01:00
dgtlmoon 4013e34899
Update README.md
Boldify callout text
2021-02-01 11:42:51 +01:00
Leigh Morresi b58cf76445 Adding diff screenshot 2021-02-01 10:52:53 +01:00
Leigh Morresi 7c589a73c5 Use a even simpler run command 2021-02-01 10:16:21 +01:00
Leigh Morresi 5b8252c171 Updating README 2021-01-31 20:20:49 +01:00
Leigh Morresi 3f60ab4167 Going back to larger PNG screenshot, looks better in Github :) 2021-01-29 18:06:45 +01:00
Leigh Morresi 13dcce9b47 Fix alt text in markup 2021-01-29 18:02:15 +01:00
Leigh Morresi 49dd88fba5 Updating screenshot 2021-01-29 18:01:21 +01:00
dgtlmoon 49ff826a48
Moving start text to a more visible part 2021-01-29 17:55:34 +01:00
Leigh Morresi ded9d09f37 Remove messy text 2021-01-29 13:28:46 +01:00
Leigh Morresi 1dd34d7548 Tweaking text 2021-01-29 13:26:16 +01:00
Leigh Morresi 8b775f9188 Add note 2021-01-29 13:05:26 +01:00
Leigh Morresi 9edb591670 Oops left out the image name 2021-01-29 12:40:39 +01:00
Leigh Morresi bbccb3181b Fix build setup for the docker hub image https://hub.docker.com/r/dgtlmoon/changedetection.io 2021-01-29 12:33:42 +01:00
dgtlmoon 64e815e561
Update README.md 2021-01-27 21:58:35 +01:00
Leigh Morresi 81509c28fe Include screenshot 2021-01-27 21:07:46 +01:00
Leigh Morresi 10ec159e84 Fix branch name 2021-01-27 20:56:19 +01:00
Leigh Morresi 3cba7dc264 Tweak todo 2021-01-27 20:55:28 +01:00
Leigh Morresi 93562afb02 Adding README amd docker info 2021-01-27 20:51:55 +01:00