https://github.com/daviddahl/url_watch
A simple URL watcher
https://github.com/daviddahl/url_watch
celery celery-beat django docker docker-compose postgresql rabbitmq requests
Last synced: 3 months ago
JSON representation
A simple URL watcher
- Host: GitHub
- URL: https://github.com/daviddahl/url_watch
- Owner: daviddahl
- License: mit
- Created: 2020-05-02T17:41:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T00:44:34.000Z (about 6 years ago)
- Last Synced: 2025-06-23T18:07:37.255Z (about 1 year ago)
- Topics: celery, celery-beat, django, docker, docker-compose, postgresql, rabbitmq, requests
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url_watch
## A quick n dirty url watcher
This program leverages Django, Postgres, Celery, RabbitMQ, django_celery_beat and Docker
### Usage
#### Dependencies
* Docker
* docker-compose
#### Installation
Install Docker and docker-compose
run `docker compose up` from this directory
`docker-compose` will build and start all containers
Once the containers are all ready, open your web browser and point it at:
http://127.0.0.1:8000/watcher/
There are 2 screens: the `Add Url` screen and the `URL List` screen where one can drill down into the data collected by Celery, et al.
### Note & Warning
All Django & DRF endpoint Authentication is set to allow any user to submit urls and monitor the ones submitted. Do not use this software for anything public-facing.