{"id":16208147,"url":"https://github.com/verdan/django-url-reporter","last_synced_at":"2025-10-08T08:48:55.425Z","repository":{"id":72984080,"uuid":"83336775","full_name":"verdan/django-url-reporter","owner":"verdan","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-27T17:19:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-13T21:49:36.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/verdan.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":"2017-02-27T17:18:24.000Z","updated_at":"2017-02-27T17:19:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfc798d3-aeea-4c5c-abd2-6d9977b8fb34","html_url":"https://github.com/verdan/django-url-reporter","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/verdan%2Fdjango-url-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fdjango-url-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fdjango-url-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verdan%2Fdjango-url-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verdan","download_url":"https://codeload.github.com/verdan/django-url-reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247722653,"owners_count":20985230,"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":[],"created_at":"2024-10-10T10:15:32.489Z","updated_at":"2025-10-08T08:48:50.387Z","avatar_url":"https://github.com/verdan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django URL Reporter\n====================\n\nCustomised Django URL Reporter. Generates a summary of the content of the URL.\n\nGetting Started\n---------------\n\nI'm assuming you have Python installed. It is preferable to have a virtual environment for the project libraries.\nAlso assuming you've git setup on your system.\n\nSetting Up the Virtual Environment (skip this if you want to mess-up your python libraries :P)\n-------------------------------------------------------------------------------------------\n\nIf you're using pip to install packages (and I can't see why you wouldn't), you can get both virtualenv and virtualenvwrapper by simply installing the latter.\n\n            pip install virtualenvwrapper\n\nAfter it's installed, add the following lines to your shell's start-up file (.zshrc, .bashrc, .profile, etc).\n\n            export WORKON_HOME=$HOME/.virtualenvs\n            export PROJECT_HOME=$HOME/directory-you-do-development-in\n            source /usr/local/bin/virtualenvwrapper.sh\n\nReload your start up file (e.g. source .bashrc) and you're ready to go.\n\nCreating a virtual environment is simple. Just type\n\n            mkvirtualenv url-report\n\nor If already created the Virtual Environment, just start the environment by typing\n\n            workon url-report\n\n\nGetting the App Running\n-----------------------\n\nInstalling Python Packages and getting the app running is just like eating chocolate.\n\n            cd /path/where/you/want/your/project\n            git clone git@bitbucket.org:verdanmahmood/django-url-reporter.git\n            cd django-url-reporter/\n            \nPackages can be installed using pip command.\nThis command installs the packages in the requirement file.\n            \n            pip install -r requirements.txt\n            \nStart the Server\n            \n            python manage.py runserver\n                      \n            ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverdan%2Fdjango-url-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverdan%2Fdjango-url-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverdan%2Fdjango-url-reporter/lists"}