{"id":16135621,"url":"https://github.com/thevickypedia/skynet","last_synced_at":"2025-07-08T14:09:11.852Z","repository":{"id":107385720,"uuid":"288864524","full_name":"thevickypedia/skynet","owner":"thevickypedia","description":"Stock Alerter using Robinhood API","archived":false,"fork":false,"pushed_at":"2022-10-27T15:15:56.000Z","size":272,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-08T14:09:11.138Z","etag":null,"topics":["robinhood-api","stock-alerter","stock-market"],"latest_commit_sha":null,"homepage":"https://thevickypedia.github.io/skynet/","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-08-20T00:10:54.000Z","updated_at":"2024-04-05T22:16:08.000Z","dependencies_parsed_at":"2023-07-08T20:00:56.811Z","dependency_job_id":null,"html_url":"https://github.com/thevickypedia/skynet","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"2e1017b86c131f10970cbcc53161a40ef54f42cf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thevickypedia/skynet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fskynet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fskynet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fskynet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fskynet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thevickypedia","download_url":"https://codeload.github.com/thevickypedia/skynet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevickypedia%2Fskynet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264284398,"owners_count":23584679,"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":["robinhood-api","stock-alerter","stock-market"],"created_at":"2024-10-09T23:08:46.304Z","updated_at":"2025-07-08T14:09:11.826Z","avatar_url":"https://github.com/thevickypedia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skynet\nStock Alerter using `Robinhood`/`YFinance` api\n\nThe stock ticker value, minimum amount below and maximum amount above which you'd like to be notified has to be added to a file: `stocks.json`. \n\nBelow is an example for a single stock, this can be extended as needed.\n\n### Source File\n\u003e Minimum and maximum values for the stock can be either a list or a comma separated string.\n\u003e The order doesn't matter.\n```json\n{\n  \"AMZN\": [4000, 3000],\n  \"TSLA\": \"1000, 1400\"\n}\n```\n### Env Variables\n\nThis script is designed to run locally using env vars stored in a `.env` file which is loaded upon startup.\n\nStore env vars as below (either in `.env` file or as regular env vars)\n\nFor stock analyzing:\n  - `robinhood_user = xxx@yyy.com`\n  - `robinhood_pass = \u003cRobinhood Password\u003e`\n  - `robinhood_qr = \u003cRobinhood QR Code\u003e`\n\n\u003e :bulb: \u0026nbsp; Skynet can work even without `Robinhood` access, as it automatically chooses `YahooFinance` to gather the details.\n\u003e However using `YahooFinance` runs longer due to endpoint restrictions.\n\nFor notifications:\n  - `gmail_user = xxx@gmail.com`\n  - `gmail_pass = PASSWORD`\n  - `phone = +1234567890`\n\n\u003e :bulb: \u0026nbsp; Phone numbers can be `comma` separated values, to notify multiple people.\n\u003e If notifications via [`gmail-connector`](https://github.com/thevickypedia/gmail-connector) fails, an SMS is triggered using AWS SNS.\n\n### Coding Standards\nDocstring format: [`Google`](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings) \u003cbr\u003e\nStyling conventions: [`PEP 8`](https://www.python.org/dev/peps/pep-0008/) \u003cbr\u003e\nClean code with pre-commit hooks: [`flake8`](https://flake8.pycqa.org/en/latest/) and \n[`isort`](https://pycqa.github.io/isort/)\n\n### Linting\n`PreCommit` will ensure linting, and the doc creation are run on every commit.\n\n**Requirement**\n\u003cbr\u003e\n`pip install --no-cache --upgrade sphinx pre-commit recommonmark`\n\n**Usage**\n\u003cbr\u003e\n`pre-commit run --all-files`\n\n### Runbook\n[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html)\n\n[https://thevickypedia.github.io/gmail-connector/](https://thevickypedia.github.io/gmail-connector/)\n\n## License \u0026 copyright\n\n\u0026copy; Vignesh Sivanandha Rao, Skynet\n\nLicensed under the [MIT License](https://github.com/thevickypedia/skynet/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fskynet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevickypedia%2Fskynet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevickypedia%2Fskynet/lists"}