Coder Social home page Coder Social logo

mamd555 / silent_autopost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grecualexandru/silent_autopost

0.0 0.0 0.0 94.83 MB

Python script that automatically creates a short video and posts it on Youtube Shorts

License: MIT License

Python 99.68% Batchfile 0.32%

silent_autopost's Introduction

logo

Silent Autopost

Python script that automatically creates a short video and posts it on Youtube Shorts

Disclaimer

This is a personal project and is meant for educational purposes only. I am not responsible for any misuse of this program. Please use it at your own risk. Please DO NOT contact me for any issues with this program. It is simply just a proof of concept and is not meant to be used in a production environment.

Description

This program automatically creates a short video and posts it on Youtube Shorts. It is intended to run on system startup and will post at a specified time. The program uses a random video and a random sound provided by you on top of which it adds a random quote and its author.

Getting Started

Clone the repository:

git clone https://github.com/GrecuAlexandru/silent_autopost.git

Prerequisites

  • Register your application with Google so that it can use the OAuth 2.0 protocol to access Google APIs.

  • Download the client_secrets.json file from the Google Developers Console and place it in silent_autopost/Engine/YoutubeShorts/. You will notice that it has a strange name like client_secrets_1234567890-abcdefg.apps.googleusercontent.com.json. Make a copy of it and rename it to client_secrets.json. Keep both files in that folder.

Installation

  • Install the Google APIs Client Library for Python (google-api-python-client) using pip:

    pip install --upgrade google-api-python-client
    

    The installation guide from Google suggests to install the library in a virtual environment, but it is not necessary:

    With virtualenv, it's possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

    You can follow the guide here if you want to install it in a virtual environment.

  • Install the required packages:

    pip install -r requirements.txt
    
  • Install ffmpeg and add it to the PATH environment variable. You can follow the guide here.

Usage

The program is intended to run on system startup and it will automatically create a short video and post it on Youtube Shorts at a specified time. You can change the time in silent_autopost/Engine/auto.py. The default time is 11:00 AM, 13:00 PM, 18:00 PM and 20:00 PM.

Add your videos and sounds

Firstly, you must add your videos in silent_autopost/Videos/ and your sounds in silent_autopost/Sounds/. The program will randomly select a video and a sound from those folders and combine them into a short video. The video must be in .mp4 format and the sound must be in .mp3 format. You can add as many videos and sounds as you want. There is a video file and a sound file in the Docs/Example/ folder that you can use to test the program.

Add your own title and description

You must modify the title and description of your Youtube short by changing the title and description variables in silent_autopost/Engine/auto.py. Modify this line according to your needs:

command = 'python ./Engine/YoutubeShorts/upload_video.py --file="./Output/final_video.mp4" --title="<YOUR_TITLE>" --description="<YOUR_DESCRIPTION>" --privacyStatus="private" --noauth_local_webserver'

Make the video public

If you want to make the video public, you must modify the privacyStatus variable in silent_autopost/Engine/auto.py like this:

command = 'python ./Engine/YoutubeShorts/upload_video.py --file="./Output/final_video.mp4" --title="<YOUR_TITLE>" --description="<YOUR_DESCRIPTION>" --privacyStatus="public" --noauth_local_webserver'

Run manually

You can run the program manually from the root directory of the cloned repository by typing:

python silent_autopost.py

Run on system startup

Modify silent_autopost.cmd with the absolute path to silent_autopost.py and place it in the Startup folder. You can find the Startup folder by pressing Win + R and typing shell:startup. This will make the program run on system startup, but it will run in the background and you won't be able to see the console window.

Important!

To know the program is up and running, you can check the system tray icons for the Silent Autopost icon.

You can see what the program outputs by opening the file located at silent_autopost/App/output.txt. If you want to see the console window, you must run the program manually in the command prompt.

To close the program, right click on the icon in the system tray and select Exit.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

silent_autopost's People

Contributors

grecualexandru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.