{"id":14972402,"url":"https://github.com/expresshermes/singular-news","last_synced_at":"2025-10-26T19:30:35.500Z","repository":{"id":37670489,"uuid":"279779571","full_name":"ExpressHermes/Singular-News","owner":"ExpressHermes","description":"A Django news app powered with machine learning to provide personalised feed to the users based on their interactions on the app.","archived":false,"fork":false,"pushed_at":"2022-12-08T11:23:56.000Z","size":397,"stargazers_count":11,"open_issues_count":8,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T22:25:31.392Z","etag":null,"topics":["bing-news","bootstrap-5","django","hacktoberfest","machine-learning","news","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExpressHermes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-15T06:02:49.000Z","updated_at":"2023-11-18T16:57:42.000Z","dependencies_parsed_at":"2023-01-25T12:31:20.224Z","dependency_job_id":null,"html_url":"https://github.com/ExpressHermes/Singular-News","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpressHermes%2FSingular-News","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpressHermes%2FSingular-News/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpressHermes%2FSingular-News/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpressHermes%2FSingular-News/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExpressHermes","download_url":"https://codeload.github.com/ExpressHermes/Singular-News/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386251,"owners_count":19463326,"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","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":["bing-news","bootstrap-5","django","hacktoberfest","machine-learning","news","python"],"created_at":"2024-09-24T13:46:51.923Z","updated_at":"2025-10-26T19:30:30.171Z","avatar_url":"https://github.com/ExpressHermes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Singular News\n[![Gitter](https://badges.gitter.im/ExpressHermesOSC/Singular-News.svg)](https://gitter.im/ExpressHermesOSC/Singular-News?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\nA news app powered with machine learning to provide personalized feed to the users based on their interactions on the app.\n\n # Installation\n\n ## Prerequsites\n - Python \n - Django\n - PostgreSQL\n\n ## How to set up locally\n- Fork and clone repo on your machine.\n    ```\n    git clone https://github.com/ExpressHermes/Singular-News.git\n    ```\n\n- Create a virtual environment. Activate it. Make sure it is in the same directory as the cloned repo.\n\n    ```\n    # for linux users\n    python -m venv \u003cenv-name\u003e\n    source venv/bin/activate \n    ```\n- Install all requirements.\n    ```\n    pip install -r requirements.txt\n    ```\n- In settings.py inside Indus, replace email settings with your email address and password to allow email verification. Remember to remove these when committing to github.\n    ```\n    EMAIL_HOST_USER = os.environ.get('EMAIL_HOST_USER') # relpace with your email\n    EMAIL_HOST_PASSWORD = os.environ.get('EMAIL_HOST_PASSWORD') # replace with email password\n    ```\n- Inside the project folder, create migrations for the apps `users` and `feeds`\n    ```\n    python manage.py makemigrations\n    python manage.py migrate\n    ```\n- Run the project\n    ```\n    python manage.py runserver\n    ```\n\n# Contribution Guidelines\n- Fork and star the repo.\n- Add a upstream link to main branch in your cloned repo\n    ```\n    git remote add upstream https://github.com/ExpressHermes/Singular-News.git\n    ```\n- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)\n    ```\n    git pull upstream master\n    ```\n- Create your feature branch\n    ```\n    git checkout -b \u003cfeature-name\u003e\n    ```\n- Commit all the changes\n    ```\n    git commit -am \"Meaningful commit message\"\n    ```\n- Push the changes for review\n    ```\n    git push origin \u003cbranch-name\u003e\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpresshermes%2Fsingular-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpresshermes%2Fsingular-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpresshermes%2Fsingular-news/lists"}