{"id":19482382,"url":"https://github.com/aykhans/series-robot-web","last_synced_at":"2025-07-21T13:32:37.116Z","repository":{"id":155953892,"uuid":"528439544","full_name":"aykhans/series-robot-web","owner":"aykhans","description":"A website that emails you when a new episode of the series is released.","archived":false,"fork":false,"pushed_at":"2025-02-05T20:17:56.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:44:28.177Z","etag":null,"topics":["celery","django","email-verification","imdb-api","rabbitmq","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aykhans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-24T13:36:43.000Z","updated_at":"2025-02-05T20:18:01.000Z","dependencies_parsed_at":"2025-02-25T17:41:17.443Z","dependency_job_id":"fb6639be-b7ca-4344-9026-b7dfc693da9a","html_url":"https://github.com/aykhans/series-robot-web","commit_stats":null,"previous_names":["aykhans/series-robot-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aykhans/series-robot-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fseries-robot-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fseries-robot-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fseries-robot-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fseries-robot-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aykhans","download_url":"https://codeload.github.com/aykhans/series-robot-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fseries-robot-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266311764,"owners_count":23909699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["celery","django","email-verification","imdb-api","rabbitmq","redis"],"created_at":"2024-11-10T20:09:56.663Z","updated_at":"2025-07-21T13:32:37.096Z","avatar_url":"https://github.com/aykhans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATTENTION: DEPRECATED!\r\nThis project has been deprecated because the `imdb-api.com` service it used to retrieve series data has been discontinued.\r\n\u003cbr /\u003e \u003cbr /\u003e\r\n## This website uses imdb api to send users new episode notifications of their recorded series via e-mail.\r\n\r\n## Installition for Dev (Debian based OS)\r\n```sh\r\npip install -r requirements.txt\r\ncd src/\r\n```\r\n\r\nadd SECRET_KEY, EMAIL_HOST_PASSWORD to .env.example file\u003cbr /\u003e\r\nrename .env.example to .env\u003cbr /\u003e\r\n```sh\r\npython3 manage.py makemigrations account --settings=config.settings.development\r\npython3 manage.py makemigrations series --settings=config.settings.development\r\npython3 manage.py migrate --settings=config.settings.development\r\n```\r\n\r\n## Run for Dev\r\n```sh\r\npython3 manage.py runserver --settings=config.settings.development\r\n```\r\n## Run Periodic Tasks with RabbitMQ\r\n### Installition RabbitMQ\r\n```sh\r\nsudo apt-get install rabbitmq-server\r\nsudo systemctl start rabbitmq-server\r\n```\r\n### Run Celery\r\n```sh\r\ncelery -A config worker -l info\r\ncelery -A config beat -l info\r\n```\r\n## Run Periodic Tasks with Redis\r\n### **add these two settings to base settings**\u003cbr /\u003e\r\n```sh\r\nCELERY_BROKER_URL = \"redis://localhost:6379\"\r\nCELERY_RESULT_BACKEND = \"redis://localhost:6379\"\r\n```\r\n### Installition Redis\r\n```sh\r\nsudo apt install redis\r\nredis-server\r\n```\r\n### Run Celery\r\n```\r\ncelery -A config worker -l info\r\ncelery -A config beat -l info\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykhans%2Fseries-robot-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faykhans%2Fseries-robot-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykhans%2Fseries-robot-web/lists"}