{"id":16971854,"url":"https://github.com/melizeche/listahu","last_synced_at":"2025-10-08T22:09:13.936Z","repository":{"id":27388259,"uuid":"30864367","full_name":"melizeche/listaHu","owner":"melizeche","description":"A crowdsourced platform to blacklist sms spammers and blackmailers","archived":false,"fork":false,"pushed_at":"2025-09-06T06:15:18.000Z","size":1257,"stargazers_count":43,"open_issues_count":11,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-06T08:26:56.496Z","etag":null,"topics":["django","privacy","privacy-enhancing-technologies","python","restful-api","sms","spam-protection"],"latest_commit_sha":null,"homepage":"https://ListaHu.org","language":"CSS","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/melizeche.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-02-16T10:57:48.000Z","updated_at":"2025-08-12T18:30:56.000Z","dependencies_parsed_at":"2023-01-14T06:38:19.667Z","dependency_job_id":"436175cf-f582-475f-8916-1ea995986fa3","html_url":"https://github.com/melizeche/listaHu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/melizeche/listaHu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2FlistaHu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2FlistaHu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2FlistaHu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2FlistaHu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melizeche","download_url":"https://codeload.github.com/melizeche/listaHu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2FlistaHu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000776,"owners_count":26082851,"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-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["django","privacy","privacy-enhancing-technologies","python","restful-api","sms","spam-protection"],"created_at":"2024-10-14T00:55:14.213Z","updated_at":"2025-10-08T22:09:13.892Z","avatar_url":"https://github.com/melizeche.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ListaHũ\nLista Hũ is a project that aims to create a crowdsourced database of sms spammers and blackmailers, so the numbers can be blocked in the future.\n\nLista Hũ has an RESTful API to query the database and the dataset is released under the\nCC BY-NC-SA 4.0 license.\n\n\n## Lista Hũ in the press\n* https://www.youtube.com/watch?v=yRB54L6wyGI\n* http://www.lanacion.com.py/2016/04/22/lista-hu-logro-detectar-casos-de-estafa-y-extorsion/\n* http://www.abc.com.py/ciencia/lista-h-contra-la-estafa-1339474.html\n* http://www.extra.com.py/actualidad/surge-lista-hu-contra-estafas-y-extorsiones.html\n* http://www.hoy.com.py/nacionales/lista-huu-crean-base-de-datos-de-estafadores-y-vendedores-molestos\n\n## Awards\n* World Summit Award Paraguay 2015: Winner In E-Government \u0026 Open Data\n\n## Requirements\n\n### Main Requirements\n* Python 3.5+ (No longer compatible with Python 2.7, finally!)\n* PostgreSQL 9.3+\n* Django 2.2+\n\n### Other libs\n```\nDjango==2.2.3\ndjango-adminactions==1.6.0\ndjango-autoslug==1.9.4\ndjango-cors-headers==3.0.2\ndjango-filter==2.2.0\ndjangorestframework==3.10.1\ngunicorn==19.9.0\nPillow==6.1.0\npsycopg2-binary==2.8.3\nunicodecsv==0.14.1\nvobject==0.9.6.1\n```\n\n\n## Instructions\n\n\n```\ngit clone git@github.com:melizeche/listahu.git\ncd listahu\nvirtualenv env\nsource env/bin/activate \npip install -r requirements.txt\n```\nConfigurate listahu/settings.py (Config example listahu/settings.py.example)\n\n```\n./manage.py makemigrations backend\n./manage.py migrate\n./manage.py createsuperuser\n```\n## Optional\n\nPostgreSQL is recommended but you can use any database supported by Django(e.g. MySQL, SQLite) \n\n### Necesary packages (Ubuntu/Debian)\n\n```\nsudo apt install postgresql postgresql-contrib postgresql-server-dev libpq-dev libjpeg-dev python3-dev python3-pip python3-virtualenv git\n```\n\n### Quick PostgreSQL configuration\n\n`sudo -u postgres psql;`\n\n`CREATE USER usuario WITH PASSWORD 'password';` (replace 'usuario' and 'password' with desired username and password)\n\n`sudo -u postgres createdb -O usuario listahu`\n\n## TODO\n\n- ~Python 3+ support~\n- ~Upgrade Django version~\n- Unit tests\n- Documentation(APIs, Configuration Options)\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nThis project is licensed under the terms of the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelizeche%2Flistahu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelizeche%2Flistahu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelizeche%2Flistahu/lists"}