Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 740 Bytes

Facebook Post Content Generator - Guided Project

TLDR

Build Facebook posts after scraping news articles using CrewAI and GPT-4.

What is this, really?

It's a multi-agent system intended to scrape a website, generate a blurb that can be used for social media, and determine which tags could be included to optimize engagement with the post.

What do I need?

An OpenAI key, which yes means you have to have a credit card. You can get an OpenAI keyhere If you would like to see how your agents are performing, you can also create a Langchain account.

How do I get it to work?

Clone this repository to a directory. Run main.py with your version of python from your command line.