{"id":17910083,"url":"https://github.com/calvn/brokr","last_synced_at":"2025-03-23T20:32:00.727Z","repository":{"id":57598308,"uuid":"64169459","full_name":"calvn/brokr","owner":"calvn","description":"📈 - Make your plays. Place your trades.","archived":false,"fork":false,"pushed_at":"2018-02-14T07:22:28.000Z","size":7482,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T03:51:21.544Z","etag":null,"topics":["cli","stocks","tradier","trading"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calvn.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":"2016-07-25T21:34:17.000Z","updated_at":"2024-11-22T19:50:42.000Z","dependencies_parsed_at":"2022-08-29T23:51:41.247Z","dependency_job_id":null,"html_url":"https://github.com/calvn/brokr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fbrokr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fbrokr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fbrokr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fbrokr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calvn","download_url":"https://codeload.github.com/calvn/brokr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244326208,"owners_count":20435122,"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":["cli","stocks","tradier","trading"],"created_at":"2024-10-28T19:29:06.895Z","updated_at":"2025-03-23T20:31:59.153Z","avatar_url":"https://github.com/calvn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brokr\n\nbrokr is a CLI application that allows you to manage your brokerage account, including the ability to place orders, view pending orders and existing positions, and get real-time quotes.\n\nbrokr currently only supports managing Tradier brokerage accounts, but it has been designed from the beginning to support implementing other brokerages.\n\n![brokr Demo GIF](assets/static/brokr_demo.gif)\n\n## Installing\n\n```sh\n$ go get github.com/calvn/brokr\n$ cd $GOPATH/src/github.com/calvn/brokr\n$ make build\n```\n\nCompiled binaries will be available once brokr is in a relatively stable release.\n\n## Getting started\n\nTo get started, configure brokr using `brokr config tradier --account \u003cACCOUNT ID\u003e --token \u003cACCESS TOKEN\u003e`.\n\nYour `.brokr.yaml` will look something like this:\n```yml\nbrokerage: tradier\npreview_order: true\ntradier:\n  account: \u003cACCOUNT ID\u003e\n  access_token: \u003cACCESS TOKEN\u003e\n```\n\nAfter Tradier configuration has been set, you can start interacting with your account.\n\n### Sane defaults\n\nbrokr will set sane defaults if none are passed in via `brokr config`.\n\n| Setting       | Value    |\n|---------------|----------|\n| brokerage     | tradier  |\n| preview_order | true     |\n\n\n## Limitations\n\nbrokr is currently limited to buy and selling stocks. The ability to trade options will be implemented in the near future.\n\nbrokr currently does not have short-sell and buy-to-cover implemented. This feature will be added in a future release.\n\n\n## Contributing\n\nContributions are always welcomed. To contribute, fork the repository, make the necessary changes, and send in a pull request back to master. Opening an accompanying issue is strongly recommended.\n\n### Development dependencies\n\n- Go 1.8+\n- Glide\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalvn%2Fbrokr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalvn%2Fbrokr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalvn%2Fbrokr/lists"}