Spaces:
Running
Running
File size: 940 Bytes
9df4cc0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
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 |
|