Skip to content

Code to scrape the celeb Instagram Feed and upload it to YouTube with proper thumbnails and video description.

License

Notifications You must be signed in to change notification settings

leyuskckiran1510/youtubepet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Apache License LinkedIn


YoutubePet

Introducing our revolutionary project that empowers users to effortlessly scrape the Instagram feed of their favorite celebrities and upload it to YouTube with ease! Our cutting-edge technology automates the tedious and time-consuming task of compiling small files into a seamless video, complete with proper thumbnails and video descriptions.

With just a simple command, our user-friendly pet project springs into action, handling all the complex backend work while you focus on your productive tasks. Whether you're a content creator or a social media enthusiast, this project is the perfect solution to save you time and energy while elevating your online presence.

We're excited to share this powerful tool with the world, and we're confident that it will make a significant impact in the lives of our users. So why wait? Give our project a try today and experience the ultimate convenience and efficiency in creating engaging and high-quality content.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

"It is an easy-to-use for you passive income as youtube content creator. To use it, simply install it and choose what you want to learn. Then let it do its thing."

(back to top)

Built With

It is built with python

  • Python

(back to top)

Getting Started

So If want to use it for yourself then here is how.

Prerequisites

  1. Google Youtube Api
    CLICK HERE TO DOWNLOAD YOUR PROJECT JSON FILE

  2. Python 3.X

  3. FFmpeg

Installation

Now the packages installation and file setup part.Follow the step below and you should be goto go.

  1. Clone the repo

    git clone https://github.com/leyuskckiran1510/YoutubePet.git
    cd ./YoutubePet

    I assume you are in the code folder after this till to very end.

  2. Creating Virtual Environments.

        python -m venv virtual
  3. Activating virtual Environments
    Windows Users

        .\source\Scripts\activate.ps1
                or
        .\source\Scripts\activate.bat


    Linux/Mac users

        source ./virtual/bin/activate
  4. Now installing the requirements.

    python -m pip install -r requirements.txt

(back to top)

Usage

Welcome to our game-changing product that streamlines the process of scraping Instagram feeds and uploading them to YouTube! This innovative solution offers a hassle-free approach to compiling small files into an engaging video with proper thumbnails and descriptions.

Using our product is a breeze - simply run the designated file and let our intuitive pet project do the rest. While it works its magic, you can focus on other productive tasks, confident that your content is being handled with the utmost care and efficiency.

Our product is perfect for anyone looking to save time and effort while creating compelling content, whether you're a content creator, social media influencer, or marketing professional. By automating the process of compiling Instagram feeds into YouTube videos, our product enables you to showcase your content in the best possible light with minimal effort.

We're excited to offer this powerful tool to the world and look forward to seeing the many ways it can help individuals and businesses alike. Try our product today and discover the ultimate convenience and effectiveness in creating outstanding online content!

For more examples, please refer to the Documentation.

A Example or simple usecase video may be uploaded to youtube if uploaded then you can click this link Video

#UseCase and Images will be published after the project is completed.

How to use

  1. Make a google project
  2. Add Youtube Data Api V3 in that project
  1. Now click '+ Create credentials' button
  2. create a OAuth 2.0 Credentials and press the download icon
  3. save it as client_secret.json

Now you are good to go

Just a simple task now Add the Id of instagram account you want to scrape feed of in id.txt file

Now run videogen.py and after the required videos are downloded

Now run main.py to upload the fiels to your youtube

#if you want to automate this task everyday late night then
#add this line of code in the end of compiler.py file


import main
main.run()

Some inportant note

- In some files like main.py ...
- I have left some blank values with following comments So check the entrie code once and add your desire pice of data like Video title ...
- And after making the required change sdelet the unnecessary comment and run your code finally and enjoy

(back to top)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU license. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: Click ME

(back to top)

Acknowledgments

Will fill letter when project gets started
Also Thanks to @othneildrew for providing these readme template.

(back to top)

About

Code to scrape the celeb Instagram Feed and upload it to YouTube with proper thumbnails and video description.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages