35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
|
|
# Content writing agentic-workflow
|
|
|
|
This project leverages CrewAI Flow to scrape a website, prepare a social post and publish it, powered by a locally running Llama 3.2!
|
|
|
|
### Watch Demo on YouTube
|
|
[](https://www.youtube.com/watch?v=Nor6vNl1NPo)
|
|
|
|
|
|
## Installation and setup
|
|
|
|
**Get API Keys**:
|
|
- [FireCrawl](https://docs.firecrawl.dev/introduction)
|
|
- [Typefully](https://support.typefully.com/en/articles/8718287-typefully-api)
|
|
|
|
|
|
**Install Dependencies**:
|
|
Ensure you have Python 3.11 or later installed.
|
|
```bash
|
|
pip install crewai crewai-tools
|
|
```
|
|
|
|
---
|
|
|
|
## 📬 Stay Updated with Our Newsletter!
|
|
**Get a FREE Data Science eBook** 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com)
|
|
|
|
[](https://join.dailydoseofds.com)
|
|
|
|
---
|
|
|
|
## Contribution
|
|
|
|
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
|