You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This already works with urlwatch 2, you can "import urlwatch" and then create the instances of the objects you need like the "urlwatch" does itself. Note that if you use it as part of a Django application, you might want to read the list of URLs from some database, etc.. - also note that urlwatch does blocking network calls, so you might not want to call it in the request handler for your web app, but using some task queue (eg. celery) instead.
Can library support be added? E.g. call urlwatch and tasks programmatically as part of a django program etc.
The text was updated successfully, but these errors were encountered: