Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmal committed Jul 11, 2023
2 parents b309e3c + 6d80a30 commit d63c14b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# YouTube Data Harvesting and Warehousing
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://nirmal-data-scientist-youtube-data-harvesting.streamlit.app/)
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://youtube-data-harvesting.streamlit.app/)

This web app is designed to fetch data from YouTube using their YouTube's Data API v3 based on user input for a channel username. The fetched data is stored in my personal MongoDB Atlas Database and provides facilities for users to migrate the channel data to their local MySQL database. The project also includes custom-made queries for basic data analysis and visualization using Streamlit.

Expand Down Expand Up @@ -253,7 +253,7 @@ These applications demonstrate how the app can be utilized by content creators,

## Streamlit web URL

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://nirmal-data-scientist-youtube-data-harvesting.streamlit.app/)
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://youtube-data-harvesting.streamlit.app/)

## Disclaimer
This application is intended for educational and research purposes only and should not be used for any commercial or unethical activities.
Expand Down
2 changes: 1 addition & 1 deletion youtube_scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def fetch_channel_data(api_key, channel_id):
else:
collection.insert_one(channel_data)

st.write(f"Data related to the channel - '{df['Channel_Name']}' pushed successfully into MongoDB Atlas...")
st.write(f"Data related to the channel - '{channel_details['Channel_Name']}' pushed successfully into MongoDB Atlas...")


# 1.3 - Youtube reference
Expand Down

0 comments on commit d63c14b

Please sign in to comment.