Spaces:
Sleeping
Sleeping
| API_CONFIG = { | |
| "regions": ["Mumbai", "Shanghai", "New York"], # For GNews | |
| "weather_regions": [ | |
| {"city": "Mumbai", "lat": 19.0760, "lon": 72.8777}, | |
| {"city": "Shanghai", "lat": 31.2304, "lon": 121.4737}, | |
| {"city": "New York", "lat": 40.7128, "lon": -74.0060} | |
| ], | |
| "news_output_dir": "data/news", | |
| "weather_output_dir": "data/weather" | |
| } |