{"id":16135605,"url":"https://github.com/thevickypedia/stock_hawk","last_synced_at":"2026-04-29T17:04:26.280Z","repository":{"id":107385712,"uuid":"269864552","full_name":"thevickypedia/stock_hawk","owner":"thevickypedia","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-23T00:17:26.000Z","size":56,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T16:31:42.443Z","etag":null,"topics":["css","html","investment-portfolio","robinhood-api","ssm","stock-hawk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thevickypedia.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}},"created_at":"2020-06-06T04:14:01.000Z","updated_at":"2024-04-05T22:16:08.000Z","dependencies_parsed_at":"2023-07-08T19:46:24.445Z","dependency_job_id":null,"html_url":"https://github.com/thevickypedia/stock_hawk","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.06451612903225812,"last_synced_commit":"343940adf68cb4333295e2187acb43166400982e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thevickypedia/stock_hawk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fstock_hawk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fstock_hawk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fstock_hawk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fstock_hawk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thevickypedia","download_url":"https://codeload.github.com/thevickypedia/stock_hawk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fstock_hawk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","html","investment-portfolio","robinhood-api","ssm","stock-hawk"],"created_at":"2024-10-09T23:08:44.388Z","updated_at":"2026-04-29T17:04:26.252Z","avatar_url":"https://github.com/thevickypedia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stock Hawk: \nThis is the AWS version of [robinhood_monitor](https://github.com/thevickypedia/robinhood_monitor)\n\nThis repo contains scripts that run on lambda connecting to SSM.\n\nRefer [Wiki](https://github.com/thevickypedia/stock_hawk/wiki) for setup information.\n\nThe following needs to be added before `GET FUNDAMENTALS` in `pyrh/robinhood.py` to get the watchlist feature working.\n\nRefer https://github.com/robinhood-unofficial/pyrh/pull/274\n\n```python\n###########################################################################\n#                           GET WATCHLIST\n###########################################################################\n\ndef get_watchlists(self):\n    \"\"\"Fetch watchlists endpoint and queries for\n    each instrumented result aka stock details returned from the watchlist\n    Returns:\n        (:obj:`dict`): values returned from `watchlists` and `instrument` endpoints\n    \"\"\"\n    api_url = \"https://api.robinhood.com\"\n    url = api_url + \"/watchlists/\"\n    res = []\n    watchlist = self.get_url(url)\n    if watchlist and 'results' in watchlist:\n        data = self.get_url(watchlist[\"results\"][0][\"url\"])\n        for rec in data[\"results\"]:\n            res.append(self.get_url(rec['instrument']))\n\n    return res\n```\n\n## License \u0026 copyright\n\n\u0026copy; Vignesh Sivanandha Rao, Stock Hawk\n\nLicensed under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fstock_hawk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevickypedia%2Fstock_hawk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fstock_hawk/lists"}