This project is designed to generate social media post ideas by fetching data from various sources, analyzing emerging trends in a chosen industry, and applying those trends to identify emerging problems within the industry.
-
Python: Ensure Python is installed on your system. You can download it from python.org.
-
Virtual Environment: It is recommended to create and activate a virtual environment to manage dependencies.
-
Clone the Repository:
-
Create and Activate a Virtual Environment
python -m venv virtualenv source virtualenv/bin/activate -
Install all requirements:
pip install -r requirements.txt
-
Configure Industry: You can change the industry of choice by modifying the industry variable in the main.py file.
industry = "Artificial Intelligence" # Change this to your desired industry
-
Run the application
python main.py
Make sure you're in the root directory of the folder it
-
The fetched data can be found in the <industry_name>_headlines.json file in the data folder