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        |