Fully Automated YouTube Channel ▶️with Added Extra Features.

Overview

Fully Automated Youtube Channel

▒█▀▀█ █▀▀█ ▀▀█▀▀ ▀▀█▀▀ █░░█ █▀▀▄ █▀▀ █▀▀█ 
▒█▀▀▄ █░░█ ░░█░░ ░▒█░░ █░░█ █▀▀▄ █▀▀ █▄▄▀ 
▒█▄▄█ ▀▀▀▀ ░░▀░░ ░▒█░░ ░▀▀▀ ▀▀▀░ ▀▀▀ ▀░▀▀
🄵🅄🄻🄻 🅈🄾🅄🅃🅄🄱🄴 🄲🄷🄰🄽🄽🄴🄻 🄰🅄🅃🄾🄼🄰🅃🄸🄾🄽 🅂🅄🄸🅃🄴

Code to run a fully automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
Read about it here: https://medium.com/@nathan_149/making-a-fully-automated-youtube-channel-20f2fa57e469

Instructions

  1. Download the Github Repository

  2. Download and install Python3 and pip if necessary.

  3. Install libraries with pip3 install -r requirements.txt or python3 -m pip install -r requirements.txt .

  4. Get setup and create a Project with the Youtube API: https://developers.google.com/youtube/v3/quickstart/python Be sure to follow it carefully, as it won't work if you don't do this part right. Download your OATH file and name it as "googleAPI.json" in your project folder.

  5. Create an instagram account and follow accounts you want to scrape from

  6. Open config.py in a text editor and fill in instagram credentials

  • Note that you can edit variables inside main.py in a text editor and things such as MAX_CLIP_LENGTH, Title, Description, Tags, etc..
  1. In terminal/cmd, run instalooter login and instaloader --login {YOUR_USERNAME}. Follow the instructions to login.

  2. Run python3 main.py in your computer terminal (terminal or cmd). You have to sign in to your Youtube Account through the link the script will give you. It's going to ask you: "Please visit this URL to authorize this application:..." so you copy that link, paste it in your browser, and then sign into your Google account. Then paste the authentication code you get back into your terminal. It will then say "Starting Scraping" and sign into your instagram account.

  3. Type "A" to run automated script or "M" to manually decide what to do at each step

  4. Enjoy your fully automated youtube channel! :) Note that for uploading public videos, you have to complete an audit for the Youtube API. See the note in the Google Documentation. Without this, you can only post private videos, but they approve everyone. Have fun!

Comments
  • Module Not Found

    Module Not Found

    When I try these steps and finally run python3 botTuber.py this error was thrown. But then when I tried to re-install the missing module it is already installed. image

    I tried uninstalling the module and reinstall it, but same. How can I resolve this? Not quite sure whether it is a bug or not. Can someone help me out?

    opened by Chandima1990 5
  • Add Reddit scraping

    Add Reddit scraping

    Is your feature request related to a problem? Please describe. Add Reddit scraping

    Describe the solution you'd like An option to choose between Instagram and Reddit for data scraping.

    Describe alternatives you've considered Reddit Scraping can be done with bulk-downloader-for-reddit library. The good thing is, it doesn't require any API authentication.

    opened by su5yam 5
  • No videos are created...

    No videos are created...

    Describe the bug [+] Scraping Videos... Starting Scraping <instaloader.nodeiterator.NodeIterator object at 0x111b06af0> [Q]Do you want to scrape from quornhubv2's profile?(Y/n/q):Y [+]Scraping From Account: quornhubv2 [+]Skipped acc quornhubv2because of 'graphql' [Q]Do you want to scrape from memedeliveryguydeliveryguy's profile?(Y/n/q):Y [+]Scraping From Account: memedeliveryguydeliveryguy [+]Downloaded 0 videos successfully

    [Q]Do you want to scrape from mudbone.memes's profile?(Y/n/q):Y [+]Scraping From Account: mudbone.memes [+]Downloaded 0 videos successfully

    [Q]Do you want to scrape from lensbible's profile?(Y/n/q):Y [+]Scraping From Account: lensbible [+]Downloaded 0 videos successfully

    [Q]Do you want to scrape from ratingthememe's profile?(Y/n/q):Y [+]Scraping From Account: ratingthememe [+]Downloaded 0 videos successfully

    [Q]Do you want to scrape from dankyclub's profile?(Y/n/q):Y [+]Scraping From Account: dankyclub [+]Skipped acc dankyclubbecause of 'graphql' [Q]Do you want to scrape from gamingzar's profile?(Y/n/q):Y [+]Scraping From Account: gamingzar [+]Skipped acc gamingzarbecause of 'graphql' [+] Scraped Videos!

    To Reproduce Steps to reproduce the behavior:

    1. Execute BotTube in interactive mode.

    Expected behavior Expected videos to be scraped and created.

    Desktop (please complete the following information):

    • OS: MAC OSX
    • Browser: FireFox

    Additional context Add any other context about the problem here.

    opened by tiamica 2
  • While running bottuber.py i am getting pyffmpeg import errror

    While running bottuber.py i am getting pyffmpeg import errror

    File "C:\Users\JS\Downloads\Compressed\BotTuber-master\BotTuber-master\bottuber.py", line 2, in from make_compilation import makeCompilation File "C:\Users\JS\Downloads\Compressed\BotTuber-master\BotTuber-master\make_compilation.py", line 12, in ff = FFmpeg() File "C:\Users\JS\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyffmpeg_init_.py", line 52, in init self.ffmpeg_file = Paths().load_ffmpeg_bin() File "C:\Users\JS\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyffmpeg\misc.py", line 55, in load_ffmpeg_bin from .static.bin.win32 import win32 ImportError: cannot import name 'win32' from 'pyffmpeg.static.bin.win32' (C:\Users\JS\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyffmpeg\static\bin\win32_init.py)

    opened by doctorcodder 2
  • Error Uploading Video to Youtube

    Error Uploading Video to Youtube

    Describe the bug

    [+] Uploading to Youtube... Traceback (most recent call last): File "/Users/doncali/BotTuber/botTuber.py", line 335, in attemptRoutine() File "/Users/doncali/BotTuber/botTuber.py", line 326, in attemptRoutine routine(title, description, tags) File "/Users/doncali/BotTuber/botTuber.py", line 288, in routine upload_to_youtube() File "/Users/doncali/BotTuber/botTuber.py", line 280, in upload_to_youtube uploadYtvid(VIDEO_FILE_NAME=outputFile, File "/Users/doncali/BotTuber/upload_ytvid.py", line 30, in uploadYtvid response_upload = googleAPI.videos().insert( File "/usr/local/lib/python3.9/site-packages/googleapiclient/_helpers.py", line 131, in positional_wrapper return wrapped(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/googleapiclient/http.py", line 901, in execute _, body = self.next_chunk(http=http, num_retries=num_retries) File "/usr/local/lib/python3.9/site-packages/googleapiclient/_helpers.py", line 131, in positional_wrapper return wrapped(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/googleapiclient/http.py", line 1021, in next_chunk raise ResumableUploadError(resp, content) googleapiclient.errors.ResumableUploadError: <HttpError 400 when requesting None returned "The request metadata specifies an invalid video description.". Details: "[{'message': 'The request metadata specifies an invalid video description.', 'domain': 'youtube.video', 'reason': 'invalidDescription', 'location': 'body.snippet.description', 'locationType': 'other'}]">

    To Reproduce Steps to reproduce the behavior:

    1. Execute botTuber 2.[Q] Automated or Manual A/M:M [Q] Type video title in 100 C or leave Blank to Use Default Title:]This is a Youtube test [Q] Type video description headers or leave blank to use Default Headers:This is a test for BotTuber [Q] Add some tags to default tag list or use default tags:This is a test [+] Handling GoogleAPI [+] 2022 4 22 2 18 58 [+] ./APR_2022_v22.mp4 [+] Scraping Videos... Starting Scraping

    2. Error occurred when attempting to upload video

    Expected behavior Video is supposed to upload into Youtube account.

    Desktop (please complete the following information):

    • OS: Mac OSX
    • Browser: Firefox

    Additional context Add any other context about the problem here.

    opened by tiamica 1
  • Error after scrape

    Error after scrape

    Hello, and thanks for your time making this. I'm having an issue. After its done scraping, i get the following error.

    Traceback (most recent call last): File "C:\DefenderExclude\YOUTUBECHANNLE\BotTuber\bottuber.py", line 326, in <module> attemptRoutine() File "C:\DefenderExclude\YOUTUBECHANNLE\BotTuber\bottuber.py", line 317, in attemptRoutine routine(title, description, tags) File "C:\DefenderExclude\YOUTUBECHANNLE\BotTuber\bottuber.py", line 180, in routine dfile.write(description) File "C:\Python39\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 446-450: character maps to <undefined>

    Desktop (please complete the following information):

    • OS: Windows 10
    • Browser Brave

    Any idea?

    opened by Mac0r0ni 1
  • 400: invalid_request redirect_uri: urn:ietf:wg:oauth:2.0:oob

    400: invalid_request redirect_uri: urn:ietf:wg:oauth:2.0:oob

    Hi Sam, after making Desktop client Oauth2 json with youtube data api v3 library enabled & run botTuber.py with -a argument & visit generated authorize url , give me error below :

    You can not sign in to this application because it does not comply with Google's OAuth 2.0 version of the application security policy.

    You can tell the developer that this application does not comply with one or more Google validation rules. Request details The content in this section is provided by the app developer. Google has not reviewed or approved this content. If you are the developer of the application, make sure that the details of the application comply with Google's policies. redirect_uri: urn: ietf: wg: oauth: 2.0: oob

    also going with python quickstart link you put on runtime steps , but application type "other" not exist any more in list!

    please help me . waiting for your response finest regards

    opened by bugbounted 0
  • scrape_videos not working

    scrape_videos not working

    Hello sir i am newbie so plz guide me i am getting error and error again if possible plz make a video on BotTuber ThankYou,.

    C:\Users\Hydra\Desktop\BotTuber-1.0-beta>python scrape_videos.py Starting Scraping Traceback (most recent call last): File "C:\Users\Hydra\Desktop\BotTuber-1.0-beta\scrape_videos.py", line 42, in scrapeVideos(username = "chewymemes_v3", File "C:\Users\Hydra\Desktop\BotTuber-1.0-beta\scrape_videos.py", line 18, in scrapeVideos L.login(username, password) File "C:\Users\Hydra\AppData\Local\Programs\Python\Python310\lib\site-packages\instaloader\instaloader.py", line 483, in login self.context.login(user, passwd) File "C:\Users\Hydra\AppData\Local\Programs\Python\Python310\lib\site-packages\instaloader\instaloadercontext.py", line 241, in login raise ConnectionException("Login error: "{}" status, message "{}".".format(resp_json['status'], instaloader.exceptions.ConnectionException: Login error: "fail" status, message "feedback_required".

    opened by lol20135 0
  • No download

    No download

    Hi!

    I get 2 responses

    Scraping From Account: username Skipped acc hypnotic_catsbecause of 'graphql'

    Scraping From Account: username Downloaded 0 videos successfully

    Videos are not uploaded, even if set within 10 days

    opened by nessquin 19
Releases(v1.51.0)
  • v1.51.0(Feb 4, 2022)

    • Done (perhaps)

    What's Changed

    • LICENSE by @sam5epi0l in https://github.com/sam5epi0l/BotTuber/pull/1
    • Create CODE_OF_CONDUCT.md by @sam5epi0l in https://github.com/sam5epi0l/BotTuber/pull/2

    New Contributors

    • @sam5epi0l made their first contribution in https://github.com/sam5epi0l/BotTuber/pull/1

    Full Changelog: https://github.com/sam5epi0l/BotTuber/compare/v1.21.0...v1.51.0

    Source code(tar.gz)
    Source code(zip)
  • v1.21.0(Jan 17, 2022)

    • Bug Free Release
    • Working Script
    • Instruction & Usage Help added

    Full Changelog: https://github.com/sam5epi0l/BotTuber/compare/v1.13-beta...v1.21.0

    Source code(tar.gz)
    Source code(zip)
  • v1.13-beta(Jan 15, 2022)

    Feature Added:-

    1. Auto/Manual mode.
    2. Increased Stability in Manual mode.
    3. Auto description and TimeStamps feature with Auto credits
    4. More control over Scripts Interface.
    5. Edit Videos feature.

    Minor Bug Fixes & Removed other Software issues.

    Source code(tar.gz)
    Source code(zip)
  • v1.0-beta(Jan 13, 2022)

Owner
sam-sepiol
❤️Computers and Ethical Hacking. Provider of free Cybersecurity content.
sam-sepiol
Python script to automate youtube-dl downloads

Automated Download Tool !! Project status I am writing a new version of this program, which will solve several errors. The new version only supports G

Devil64-Dev 21 Sep 22, 2022
Python code to crawl computer vision papers from top CV conferences. Currently it supports CVPR, ICCV, ECCV, NeurIPS, ICML, ICLR, SIGGRAPH

Python code to crawl computer vision papers from top CV conferences. Currently it supports CVPR, ICCV, ECCV, NeurIPS, ICML, ICLR, SIGGRAPH. It leverages selenium, a website testing framework to crawl

Xiaoyang Huang 39 Nov 21, 2022
𝐴 𝑡𝑒𝑙𝑒𝑔𝑟𝑎𝑚 𝑏𝑜𝑡 𝑡ℎ𝑎𝑡 𝑐𝑎𝑛 𝑑𝑜𝑤𝑛𝑙𝑜𝑎𝑑 𝑣𝑖𝑑𝑒𝑜 𝑎𝑛𝑑 𝑎𝑢𝑑𝑖𝑜 𝑓𝑟𝑜𝑚 𝑦𝑜𝑢𝑡𝑢𝑏𝑒 𝑎𝑛𝑑 𝑣𝑖𝑑𝑒𝑜 𝑤𝑒𝑏𝑠𝑖𝑡𝑒𝑠 𝑞𝑢𝑖𝑐𝑘𝑙𝑦

𝐴 𝑡𝑒𝑙𝑒𝑔𝑟𝑎𝑚 𝑏𝑜𝑡 𝑡ℎ𝑎𝑡 𝑐𝑎𝑛 𝑑𝑜𝑤𝑛𝑙𝑜𝑎𝑑 𝑣𝑖𝑑𝑒𝑜 𝑎𝑛𝑑 𝑎𝑢𝑑𝑖𝑜 𝑓𝑟𝑜𝑚 𝑦𝑜𝑢𝑡𝑢𝑏𝑒 𝑎𝑛𝑑 𝑣𝑖𝑑𝑒𝑜 𝑤𝑒𝑏𝑠𝑖𝑡𝑒𝑠 𝑞𝑢𝑖𝑐𝑘𝑙𝑦

SOCIAL MECHANIC 2 Aug 04, 2022
Youtube-music - Youtube music with python

youtube-music fzf on https://github.com/junegunn/fzf python3 ytb.py [no/yes] yes

direskyfer 0 Feb 03, 2022
Automatically download and crop key information from the arxiv daily paper. (cpu version)

Automatically download and crop key information from the arxiv daily paper. (cpu version)

HeoLis 4 Jul 30, 2022
An automatic beatmapset downloader via txt file, suitable for tourney mappools.

Pooler Pooler is a bulk osu! mapset downloader, perfect for use with osu! Tournament Mappools. Prerequisites Python 3.10 Requests (pip install request

Thomas 0 Feb 11, 2022
Python Youtube Video-Playlist Downloader

Youtube-Video-Playlist-Downloader-PyQt5 You can download videos and playlists on YouTube with this script. Script has GUI. Enjoy. Setup git clone http

Yunus Emre Öztürk 2 Jun 06, 2022
a simple ehentai downloader with jpg 2 pdf

Simple_Ehentai_DownLoader a simple ehentai downloader with jpg 2 pdf 中文介绍 Environment python3.8 How to use before you start,there are some tips. the q

Hibian 6 Dec 11, 2022
Download images where login is required using har python and js

이미지 다운로드(har, python, js 사용) 로그인이 필요한 사이트에서 DevTools로 이미지를 다운받는 방법은 조금 까다로웠다. 가장 쉽게 할 수 있는 방법을 찾아보았다. 사용법 F12를 눌러 DevTools를 실행 Network 탭으로 이동 페이지 새로고침

0 Jul 22, 2022
🔥 A Bot To Telegram For Download High Qulity Videos & Songs From Youtube

🔥 A Bot To Telegram For Download High Qulity Videos & Songs From Youtube 🎗 Fast And Free Bot No Need To Pay ✅ By SL-Alpha-X-Team ⚡

Official Alpha-X-Team Account 7 Aug 31, 2022
Implementation of Cross-category Video Highlight Detection via Set-based Learning (ICCV 2021).

Cross-category Video Highlight Detection via Set-based Learning Introduction This project is an implementation of ``Cross-category Video Highlight Det

Minghao (Alan) Xu 49 Dec 17, 2022
apkizer is a mass downloader for android applications for all available versions.

apkizer apkizer collects all available versions of an Android application from apkpure.com Purpose Sometimes mobile applications can be useful to dig

Kamil Onur Özkaleli 41 Dec 16, 2022
Noto fonts go universal! Download Noto fonts combined to suit your region (South Asia, SE Asia, Africa-MiddleEast, Europe-Americas).

Go Noto Universal Noto fonts go universal! Download Noto fonts combined to suit your region (South Asia, SE Asia, East Asia, Africa-MiddleEast, Europe

Satish B 67 Jan 06, 2023
QGIS plugin to dwonload DEMs from OpenTopography.org

OpenTopography-DEM-Downloader-qgis-plugin QGIS plugin to dwonload DEMs from OpenTopography.org This plug-in allows you to download DEMs from OpenTopgr

Kyaw Naing Win 7 Sep 20, 2022
Twitter Media Downloader (Telegram Bot)

Twitter Media Downloader (Telegram Bot)

Matin Baloochestani 8 Oct 27, 2022
YouTube to MP3 or 4, you get to choose...

UTubeToMP YouTube to MP3 or 4, you get to choose... If you don't wanna git clone andor dont wanna install python. Here: Repl.it Instructions: Pretty s

1 Jan 29, 2022
Fast TikTok NO Watermark Video Downloader (username or url)

💎 TD [ TikDown v4 ] Star ⭐ if you want more Discord Server * discord.gg/onlp | Waxor#9999 Why not open source anymore ? * BECAUSE PEOPLE SKID, STEA

Tekky 26 Dec 01, 2022
Quickly, simply, and asynchronously download NFT's from an Opensea collection

iRightClick Quickly, simply, and asynchronously download NFT's from an Opensea collection. NOTICE This tool is not developed to encourage or facilitat

Setro 34 Dec 30, 2022
this is udemy course downloader, before a start you know how to get access token.

udemy_downloader this is udemy course downloader, before a start you know how to get access token. To get the access_token on Google Chrome (once on U

OkUgur 18 Dec 04, 2022
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

pytube 7.9k Jan 02, 2023