{"id":19986078,"url":"https://github.com/jmighion/computershare-transfer","last_synced_at":"2025-05-04T07:31:04.183Z","repository":{"id":183742605,"uuid":"479451605","full_name":"jmighion/computershare-transfer","owner":"jmighion","description":"Transfer or sell all ESPP shares from Computershare to another brokerage or account","archived":false,"fork":false,"pushed_at":"2024-06-28T18:11:57.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-28T19:32:21.586Z","etag":null,"topics":["espp","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmighion.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":"2022-04-08T15:52:06.000Z","updated_at":"2024-06-28T18:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"941e63de-424e-45fe-a9d2-9c2c60d376bf","html_url":"https://github.com/jmighion/computershare-transfer","commit_stats":null,"previous_names":["jmighion/computershare-transfer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmighion%2Fcomputershare-transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmighion%2Fcomputershare-transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmighion%2Fcomputershare-transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmighion%2Fcomputershare-transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmighion","download_url":"https://codeload.github.com/jmighion/computershare-transfer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224389216,"owners_count":17303230,"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":["espp","python","selenium"],"created_at":"2024-11-13T04:27:44.294Z","updated_at":"2024-11-13T04:27:44.704Z","avatar_url":"https://github.com/jmighion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# computershare-transfer\nTransfer or sell all ESPP shares from Computershare to another brokerage or account.\n\n---\n\n### Dependencies:\n* selenium\n* webdriver-manager\n* Chrome for the webdriver\n* python-dotenv\n\n---\n\n### Installation/Setup:\n* Install dependencies using `pip install -r requirements.txt`\n* Install Chrome\n\n#### Variables:\nThese are environment variables for a transfer:\n\n* `USERNAME` : Computershare username\n* `PASSWORD` : Computershare password\n* `COMPANY_NAME` : Company name\n* `DTC` : DTC for brokerage\n* `ACCOUNT_NUMBER` : Account number for brokerage\n\n`DTC` and `ACCOUNT_NUMBER` are not needed for selling.\n\nYou can define using whatever method works best for you (`export` in `.bash_profile`, define in Python console, or just define in the script), or you can create a .env file in the following format:\n```\n# .env file\nUSERNAME=username1\nPASSWORD=password\nCOMPANY_NAME=company\nDTC=0000\nACCOUNT_NUMBER=X12345678\n```\n---\n\n### Usage\n\n#### Transfer\n\nIn a terminal, run `python transfer.py`.\nSelenium will open a headless Chrome window (aka you won't see anything) and automate the transfer of all whole shares to your chosen brokerage.\n\n#### Sell\n\nAn electronic payment needs to be setup for a sale to avoid fees and charges.\n\nIn a terminal, run `python sell.py`.\nSelenium will open a headless Chrome window (aka you won't see anything) and automate the sale of all shares to the first electronic payment option.\n\nMultiple electronic payment options have not been tested.\n\n# Warning\n\nThis will transfer all whole shares to your chosen brokerage or sell all shares to the first electronic payment option.\n\nUse at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmighion%2Fcomputershare-transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmighion%2Fcomputershare-transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmighion%2Fcomputershare-transfer/lists"}