{"id":37672561,"url":"https://github.com/zack-ashen/polystock","last_synced_at":"2026-01-16T12:07:53.083Z","repository":{"id":204489079,"uuid":"263210938","full_name":"zack-ashen/polystock","owner":"zack-ashen","description":"Displays stock prices on polybar...","archived":false,"fork":false,"pushed_at":"2024-03-01T20:13:01.000Z","size":30,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-06T17:23:00.551Z","etag":null,"topics":["finance","polybar","polybar-scripts","python"],"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/zack-ashen.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}},"created_at":"2020-05-12T02:23:48.000Z","updated_at":"2024-04-17T20:08:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"130b282b-60fd-4ff9-8a1d-ae62d652890e","html_url":"https://github.com/zack-ashen/polystock","commit_stats":null,"previous_names":["zack-ashen/polystock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zack-ashen/polystock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-ashen%2Fpolystock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-ashen%2Fpolystock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-ashen%2Fpolystock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-ashen%2Fpolystock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zack-ashen","download_url":"https://codeload.github.com/zack-ashen/polystock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-ashen%2Fpolystock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["finance","polybar","polybar-scripts","python"],"created_at":"2026-01-16T12:07:52.479Z","updated_at":"2026-01-16T12:07:53.073Z","avatar_url":"https://github.com/zack-ashen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PolyStock\nA ticker displayer for polybar. Displays the days highest gainer, biggest loser,top crypto or any custom stock ticker.\n\n## Example\n![polystock](screenshots/1.png)\n\nIn the example I have two seperate modules with `--biggestloser` on left and `--mostactive` on the right.\n## Dependencies\n* `python`\n\n### Python Modules\n* `yahoo_fin`\n* `argparse`\n* `pandas`\n* `requests_html`\n\n## Module\n```ini\n[module/polystock]\ntype = custom/script\n;Arguments for output:\n;   --biggestloser: Prints the stock with the biggest drop in a given day.\n;   --biggestgainer: Prints the stock with the biggest gain in a given day.\n;   --mostactive: Prints the most active stock in a given day.\n;   --topcrypto: Prints the top cryptocurrency by market cap in a given day.\n;   --customticker: Takes a stock ticker (ex. AAPL, GOOGL, VZ) and outputs the live price of that stock.\nexec = ~/polybar-scripts/polystock.py --biggestloser --biggestgainer --mostactive --topcrypto --customticker AAPL\n;For continuous updates\ntail = true\nlabel = %output%\n```\n\n## Configuration\n\n### polystock.py\n\n```python\n# How many decimal place to show in stock price.\nroundNumber = 1\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzack-ashen%2Fpolystock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzack-ashen%2Fpolystock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzack-ashen%2Fpolystock/lists"}