Skip to content

Commit

Permalink
Merge pull request #2 from Melon-Rusk/update_readme_file
Browse files Browse the repository at this point in the history
updated readme file
  • Loading branch information
Melon-Rusk committed Dec 17, 2022
2 parents ad95fe3 + a3fe985 commit e433b35
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Fetch Trending Topics from Twitter and Create a Video for YouTube
# Create Engaging YouTube Videos from Twitter's Trending Topics
## Introduction
- This project allows you to fetch trending topics from Twitter for a given location, create a summary for each trending topic, generate a video from the summary using Google Text-to-Speech and OpenCV, concatenate all the videos for the trending topics into one, and upload the final video to YouTube.
## [Github Repo](https://github.com/Melon-Rusk/Summarize-Twitter-Trending-Public)
This project allows you to easily fetch the trending topics on Twitter for a given location, create a summary for each topic, generate a video using Google Text-to-Speech and OpenCV, merge all the videos into one, and upload the final video to YouTube. You can use this project to quickly and easily create engaging content for your YouTube channel.
## [GitHub Repo](https://github.com/Melon-Rusk/Summarize-Twitter-Trending-Public)

## Features
- Fetch trending topics from Twitter using the Tweepy and geocoder libraries
- Create a summary for each trending topic using the Tweepy, nltk, and transformers libraries
- Generate a video using the gtts, cv2 (OpenCV), and moviepy libraries
- Concatenate multiple videos into one using moviepy
- Upload the final video to YouTube using the googleapiclient library

## Dependencies
- Tweepy
Expand All @@ -13,8 +20,8 @@
- moviepy
- googleapiclient

## How to Use
1. Clone the repository:
## Quick Start
1. Clone the repository:
```
git clone https://github.com/Melon-Rusk/Summarize-Twitter-Trending-Public
```
Expand Down

0 comments on commit e433b35

Please sign in to comment.