{"id":27294249,"url":"https://github.com/westonplatter/fast_arrow_auth","last_synced_at":"2025-04-11T22:51:02.153Z","repository":{"id":51964509,"uuid":"198248765","full_name":"westonplatter/fast_arrow_auth","owner":"westonplatter","description":"Robinhood API Authentication for fast_arrow","archived":false,"fork":false,"pushed_at":"2021-05-08T17:23:30.000Z","size":566,"stargazers_count":4,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T05:46:55.785Z","etag":null,"topics":["robhinhood-python","robinhood","robinhood-api"],"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/westonplatter.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":"2019-07-22T15:15:27.000Z","updated_at":"2020-02-11T16:32:18.000Z","dependencies_parsed_at":"2022-08-24T06:20:57.570Z","dependency_job_id":null,"html_url":"https://github.com/westonplatter/fast_arrow_auth","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westonplatter%2Ffast_arrow_auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westonplatter%2Ffast_arrow_auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westonplatter%2Ffast_arrow_auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westonplatter%2Ffast_arrow_auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/westonplatter","download_url":"https://codeload.github.com/westonplatter/fast_arrow_auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492986,"owners_count":21113161,"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":["robhinhood-python","robinhood","robinhood-api"],"created_at":"2025-04-11T22:51:01.491Z","updated_at":"2025-04-11T22:51:02.148Z","avatar_url":"https://github.com/westonplatter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast_arrow_auth\nA brief python library to handler API authentication with Robinhood.\n\n[![Build Status](https://travis-ci.com/westonplatter/fast_arrow_auth.svg?branch=master)](https://travis-ci.com/westonplatter/fast_arrow_auth)\n\u0026nbsp;\n[![Coverage\nStatus](https://coveralls.io/repos/github/westonplatter/fast_arrow_auth/badge.svg?branch=master)](https://coveralls.io/github/westonplatter/fast_arrow_auth?branch=master)\n\u0026nbsp;\n[![Version](https://img.shields.io/pypi/v/fast_arrow_auth.svg)](https://pypi.org/project/fast-arrow-auth/)\n\n\n## example\n\n```py\n# input username and password. Or, alternatively, pull from a config file,\n# see https://github.com/westonplatter/fast_arrow_auth/blob/master/examples/auth_generated_device_token.py\nusername = \"my_username\"\npassword = \"my_device\"\n\nclient = Client(username=username, password=password)\nresult = client.authenticate()\n\nuser = User.fetch(client)\nprint(\"Username = {}\".format(user[\"username\"]))\n```\n\n## install\n\nInstall the package from pypi,\n```\npip install fast_arrow_auth\n```\n\n## design principles\n`fast_arrow_auth` is focused **only** on authenticating with Robinhood's API.\n\nIt's focused on these discrete operations,\n- authenticate via username/password or username/password/mfa\n- write auth_token, etc to file for API clients to use\n\n## development\nInstall [pipenv](https://github.com/pypa/pipenv), and then run,\n```\npipenv install --dev\n```\n\nRun the test suite via,\n```\nmake test\n```\n\nRun the test suite against a specific python version,\n```\npipenv run tox -e py36\n```\n\n### releases\nAdding so I don't forget the next time I release a version,\n```\npython setup.py sdist bdist_wheel\ntwine upload dist/*\n```\n\n## projects using `fast_arrow_auth`\nAdd projects here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwestonplatter%2Ffast_arrow_auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwestonplatter%2Ffast_arrow_auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwestonplatter%2Ffast_arrow_auth/lists"}