Transform your YouTube content into engaging blog posts effortlessly with our AI-powered Youtube to Blog conversion tool. Optimize your reach and unlock the potential of SEO for your videos. Get started now! 🚀 #AI #SEO #YouTube2Blog"
- Convert any Youtube or Drive Videos 📹
 - Has Suggestions over images 🌠
 - Provides a Medium Blog Like editor 📝
 
Here is how you can do it !
- 
Clone this repository:
git clone https://github.com/badboysm890/Youtube2Blog.git - 
Navigate to the project directory:
cd Youtube2Blog - 
Install the required packages:
pip install -r requirements.txt 
The project consists of the following files:
main.py- This has the base code for the Youtube Download to Conversion.restAPI.py.py- This is the FASTAPI server which takes care of the web interface./WebUI- This will be Web UI files use any web server you want preferably live server vscode.
Step 1
Once every thing has been installed, you have two more prerequisites those are FFMPEG and Youtube-dl
pip install --upgrade youtube-dl
For Mac
brew install ffmpeg
For Linux
sudo apt install ffmpeg
For example converting a youtube to blog:
python3 main.py --params https://youtu.be/SJeBRW1QQMA --name Test.txt
Step 2
We welcome contributions to this project. Please follow these guidelines:
- Create a fork of the repository.
 - Create a new branch with a descriptive name.
 - Commit your changes to your branch.
 - Create a pull request, explaining your changes and the motivation behind them.
 
Nothing Like that Just Have Fun
- Add Automation to have sceduled post to medium
 - Use Stable Diffusion to Blog and add more related images
 - Make it more fast and accurate paragraphs
 


