{"id":31830851,"url":"https://github.com/smileychris/faker-news","last_synced_at":"2025-10-11T21:27:41.129Z","repository":{"id":318405574,"uuid":"1071162922","full_name":"SmileyChris/faker-news","owner":"SmileyChris","description":"A Faker provider for generating fake news content using OpenAI-compatible LLM APIs","archived":false,"fork":false,"pushed_at":"2025-10-07T01:34:42.000Z","size":902,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T02:46:17.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://smileychris.github.io/faker-news/","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/SmileyChris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-07T00:40:25.000Z","updated_at":"2025-10-07T01:31:42.000Z","dependencies_parsed_at":"2025-10-07T02:46:28.593Z","dependency_job_id":"238a0ed6-c066-4430-b8bb-4d2745ad1286","html_url":"https://github.com/SmileyChris/faker-news","commit_stats":null,"previous_names":["smileychris/faker-news"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SmileyChris/faker-news","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmileyChris%2Ffaker-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmileyChris%2Ffaker-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmileyChris%2Ffaker-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmileyChris%2Ffaker-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmileyChris","download_url":"https://codeload.github.com/SmileyChris/faker-news/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmileyChris%2Ffaker-news/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008859,"owners_count":26084517,"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-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-10-11T21:27:40.265Z","updated_at":"2025-10-11T21:27:41.123Z","avatar_url":"https://github.com/SmileyChris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# faker-news\n\nFaker provider that turns any OpenAI-compatible LLM into a fake news generator with caching and reuse controls.\n\n![Demo](demo-small.gif)\n\n## Features\n- Generate headlines, intros, and full articles on demand\n- Keep content in a SQLite cache with per-item usage tracking\n- Batch requests to minimize API calls and latency\n- Works with OpenAI, Azure OpenAI, Qwen/DashScope, and other OpenAI-compatible APIs\n\n## Installation\n```bash\npip install faker-news\n```\n\n## Quick Start\n\nTry it without installation using uvx:\n```bash\n# Set up your API key / load example data\nuvx faker-news setup\n\n# Browse generated articles\nuvx faker-news browse\n```\n\nUse as a library:\n```python\nfrom faker import Faker\nfrom faker_news import NewsProvider\n\nfake = Faker()\nprovider = NewsProvider(fake)\nfake.add_provider(provider)\n\nheadline = fake.news_headline()\nintro = fake.news_intro(headline=headline)\narticle = fake.news_article(headline=headline, words=500)\n```\n\n## Documentation\nFull guides, API reference, and CLI details live in the `docs/` directory. Start with `docs/quick-start.md` or `docs/cli-reference.md`.\n\n## Contributing\nSee `docs/contributing.md` for the development workflow and guidelines.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmileychris%2Ffaker-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmileychris%2Ffaker-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmileychris%2Ffaker-news/lists"}