{"id":13555610,"url":"https://github.com/medialab/zup","last_synced_at":"2025-07-11T08:33:47.807Z","repository":{"id":18537840,"uuid":"21738659","full_name":"medialab/zup","owner":"medialab","description":"a simple interface from extracting texts from (almost) any url","archived":false,"fork":false,"pushed_at":"2019-11-02T18:49:34.000Z","size":293,"stargazers_count":52,"open_issues_count":1,"forks_count":5,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-04T04:32:03.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medialab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-11T14:16:21.000Z","updated_at":"2024-02-23T19:56:56.000Z","dependencies_parsed_at":"2022-09-02T03:41:15.002Z","dependency_job_id":null,"html_url":"https://github.com/medialab/zup","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/medialab%2Fzup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medialab%2Fzup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medialab%2Fzup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medialab%2Fzup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medialab","download_url":"https://codeload.github.com/medialab/zup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225709555,"owners_count":17511866,"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-08-01T12:03:18.680Z","updated_at":"2024-11-21T10:20:42.896Z","avatar_url":"https://github.com/medialab.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"zup\n===\n\na simple interface to extract texts from (almost) any url.\n\n![https://raw.githubusercontent.com/medialab/zup/master/zup.gif](https://raw.githubusercontent.com/medialab/zup/master/zup.gif \"ZUP\")\n\n## installation\nClone the repository and its submodules\n\n\tclone --recursive https://github.com/medialab/zup.git zup\n\nIf `--recursive` options is not available, consider using these command to install submodules\n\n\tcd zup\n\tgit submodule init\n\tgit submodule update\n\nCreate and activate a dedicated virtualenv for zup. If you're not sure, please follow this [how-to](http://docs.python-guide.org/en/latest/dev/virtualenvs/)\n\nInstall then the dependencies via pip packages:\n\t\n\tcd zup\n\tpip install -r requirements.txt\n\nSome python package that zup requires, like lxml, needs some other libraries to be available. On unix environment, make sure the development packages of libxml2 and libxslt are installed.\n\n\tsudo apt-get install libxml2-dev libxslt1-dev python-dev\n\nIn case, you are using Ubuntu/Lubuntu 13.04 or Ubuntu 13.10 and having problem with \"/usr/bin/ld: cannot find -lz\", you may need also install zlib1g-dev package.\n\t\n\tsudo apt-get install zlib1g-dev\n\t\t\n## Configuration\nOnce installation has been completed, there is one more step: configuration.\n\n\tcd zup\n\tcp local_settings.py.example local_settings.py\n\nAnd modify these two lines according to your own virtualenv\n\t\n\tSECRET_KEY = 'your own generated secret key'\n\t\t\n\tPYTHON_INTERPRETER = '\u003cyour virtualenv path\u003e/.virtualenvs/zup/bin/python'\n\t\nAlso define in which directories you want to install Django's static files:\n\n    STATIC_ROOT = '\u003cyour own path\u003e/static'\n    MEDIA_ROOT  = '\u003cyour own path\u003e/media'\n\t\n## Run\nZup needs a light sqlite database\n\n\tcd zup\n\tpython manage.py syncdb\n\tpython manage.py test\n    python manage.py collectstatic\n\nTest your installation with\n\n\tpython manage.py runserver\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedialab%2Fzup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedialab%2Fzup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedialab%2Fzup/lists"}