{"id":31750138,"url":"https://github.com/guilt/market-news","last_synced_at":"2026-07-13T18:31:52.052Z","repository":{"id":313728127,"uuid":"1052427886","full_name":"guilt/market-news","owner":"guilt","description":"Market News Generator","archived":false,"fork":false,"pushed_at":"2025-09-08T03:48:58.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T10:36:24.290Z","etag":null,"topics":["llms","market-intelligence","stocks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guilt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-09-08T03:26:43.000Z","updated_at":"2025-09-08T03:49:01.000Z","dependencies_parsed_at":"2025-09-08T05:38:44.948Z","dependency_job_id":"8e646d93-c055-4969-9809-a4fa0a498712","html_url":"https://github.com/guilt/market-news","commit_stats":null,"previous_names":["guilt/market-news"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guilt/market-news","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmarket-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmarket-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmarket-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmarket-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/market-news/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fmarket-news/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":["llms","market-intelligence","stocks"],"created_at":"2025-10-09T15:26:40.257Z","updated_at":"2026-07-13T18:31:52.035Z","avatar_url":"https://github.com/guilt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Market News Generator\n\nLive market news with country, market detection and real-time stock analysis.\n\n```bash\n# Install\npip install market-news-generator\n```\n\n## Simple Example\n\n```bash\n# Live market watch with auto-detection\nmarket\n\n# Live market watch for specific country\nmarket --country IN  # India\nmarket -c GB         # United Kingdom\nmarket -c JP         # Japan\n```\n\n```python\nfrom market_news_generator import MarketDataProvider\n\nprovider = MarketDataProvider()\n\n# Get market summary for your country\nsummary = provider.getMarketSummary()\nprint(f\"Market: {summary['country']} ({summary['currency']})\")\n\n# Get all top stocks\nstocks = provider.getAllStocks()\nfor stock in stocks:\n    print(f\"{stock.symbol}: ${stock.price:.2f} ({stock.changePercent:+.1f}%)\")\n```\n\n## Features\n\n- Country Auto-Detection with Multi-Market Support\n- CLI Country Selection (US, IN, GB, DE, JP, CA)\n- Real-Time Dashboard with Rich Terminal Graphics\n- Smart BUY/SELL/HOLD Trading Recommendations\n- Market News Integration\n\n## Development\n\n```bash\n# Clone and install\ngit clone https://github.com/yourusername/market-news-generator\ncd market-news-generator\npip install -e \".[dev]\"\n\n# Run tests\npython -m pytest tests/ -v\n\n# Run tests with coverage\npython -m pytest tests/ --cov=market_news_generator --cov-report=html\n```\n\n## License\n\nMIT License. See [License](LICENSE.md) for details.\n\n## Feedback\n\nMade with ❤️ by collaborative AI development.\n\n* Authors: [Claude Sonnet 4](https://anthropic.com/) and [Karthik Kumar Viswanathan](https://github.com/guilt)\n* Web   : http://karthikkumar.org\n* Email : me@karthikkumar.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fmarket-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Fmarket-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fmarket-news/lists"}