Spaces:
Running
Running
value_investing/ | |
βββ data/ β β Markdown files go here | |
βββ html/ β β Generated HTML files go here | |
βββ src/ β β All your Python code lives here | |
β βββ main.py | |
β βββ md_html.py | |
β βββ news_analysis.py | |
β βββ image_search.py | |
βββ investing_topics.csv | |
βββ .env | |
| File | Role | | |
| ------------------ | ------------------------------------------------------------------- | | |
| `main.py` | Orchestrates everything: load CSV, generate MD, call HTML converter | | |
| `md_html.py` | Converts `.md` β `.html` with styling | | |
| `image_search.py` | Fetches Unsplash image + credit based on smart keywords | | |
| `news_analysis.py` | Searches news + generates value investing memo from articles | | |