Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Post Idea Generation Bot

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.

Prerequisites

  1. Python: Ensure Python is installed on your system. You can download it from python.org.

  2. Virtual Environment: It is recommended to create and activate a virtual environment to manage dependencies.

Setup

  1. Clone the Repository:

  2. Create and Activate a Virtual Environment

    python -m venv virtualenv
    source virtualenv/bin/activate 
  3. Install all requirements:

    pip install -r requirements.txt
  4. 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
  5. Run the application

    python main.py

    Make sure you're in the root directory of the folder it

  6. The fetched data can be found in the <industry_name>_headlines.json file in the data folder

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages