{"id":20664259,"url":"https://github.com/casualcodersprojects/autostonksv0","last_synced_at":"2025-03-10T09:43:55.295Z","repository":{"id":37906898,"uuid":"428350184","full_name":"CasualCodersProjects/autostonksv0","owner":"CasualCodersProjects","description":"Python-based stock trader","archived":false,"fork":false,"pushed_at":"2022-08-01T21:53:23.000Z","size":404,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T12:36:41.796Z","etag":null,"topics":["algorithms","alpaca-markets","alpaca-trading-api","python","stock-market","stocks"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CasualCodersProjects.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}},"created_at":"2021-11-15T16:59:53.000Z","updated_at":"2023-07-31T16:06:15.000Z","dependencies_parsed_at":"2022-08-08T22:16:39.618Z","dependency_job_id":null,"html_url":"https://github.com/CasualCodersProjects/autostonksv0","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CasualCodersProjects%2Fautostonksv0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CasualCodersProjects%2Fautostonksv0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CasualCodersProjects%2Fautostonksv0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CasualCodersProjects%2Fautostonksv0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CasualCodersProjects","download_url":"https://codeload.github.com/CasualCodersProjects/autostonksv0/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242826868,"owners_count":20191717,"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":["algorithms","alpaca-markets","alpaca-trading-api","python","stock-market","stocks"],"created_at":"2024-11-16T19:23:14.860Z","updated_at":"2025-03-10T09:43:55.270Z","avatar_url":"https://github.com/CasualCodersProjects.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoStonks\n\n## Getting started.\n\nRequires [Python 3.8 or newer](https://www.python.org/downloads/) to be installed.\n\nDependency management is done via [Pipenv](https://pipenv.pypa.io/en/latest/). This can be installed via Pip.\n\n```sh\npip install pipenv\n```\n\n### Cloning and installing dependencies\n\n```sh\ngit clone https://github.com/CasualCodersProjects/autostonks\ncd autostonks\npipenv install\npipenv shell\n```\n\nNow you development environment is set up.\n\n### API Keys and .env file\n\nTo generate API keys, you need to [create an account on Alpaca](https://alpaca.markets/). You don't need to create a live account if you don't want to, you can just create a paper account to test development. Once you finish creating your account, you can open up the [Paper Dashboard](https://app.alpaca.markets/paper/dashboard/overview) before adding bank account and tax information so you can get to development without using money.\n\nFrom the dashboard, you can generate API Keys and populate the .env file.\n\n```sh\n# .env\nBASE_URL=https://paper-api.alpaca.markets\nAPI_KEY=abcdefghijkl\nAPI_SECRET=abcdefghijklmnopqrstuvwxyz1234567890\n```\n\n### Running the bot\n\nThe bot is written with Fire, which generates a command line tool from Python functions. The current usage is:\n\n```sh\npython stonks.py -h\n```\n\nThis will print out help information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasualcodersprojects%2Fautostonksv0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasualcodersprojects%2Fautostonksv0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasualcodersprojects%2Fautostonksv0/lists"}