binarypath

binarypath/stocktopus

Playing with Go

3 good first / help-wanted issues · Go · last activity Jun 26, 2025

3 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the documentation for the Stocktopus project by adding detailed setup and run instructions (including environment variables and Docker) to the README, adding docstrings to major functions, and adding inline comments to complex code sections.

Complexity: 3/5
documentation good first issue
binarypath/stocktopus
0

Playing with Go

Go

AI Summary: Refactor the Stocktopus application to use a provider model for fetching stock data. This involves creating a base `StockProvider` interface, implementing a `YFinanceProvider` that uses the yfinance library, and refactoring the main application to use the provider instead of directly calling yfinance. API keys and configuration should be handled within the provider.

Complexity: 3/5
good first issue tier-1-mvp refactoring
binarypath/stocktopus
0

Playing with Go

Go

AI Summary: Enhance the existing stock screener within the Stocktopus application by adding new filter options for fundamental financial metrics such as P/E Ratio, EPS, Dividend Yield, Price-to-Book Ratio, and Sector/Industry. The UI should remain user-friendly despite the addition of these new filters.

Complexity: 3/5
enhancement good first issue
binarypath/stocktopus
0

Playing with Go

Go