Giter Club home page Giter Club logo

webtools's Introduction

youtubeMP3 V 1.0.2 Official Release

GitHub last commit

This application is a youtube scraper, audio player, iTunes integrated application. It can connect with itunes to download any album using youtube that you want, in an itunes formatted way. As of right now it's a CLI application.

Dependencies:

Ensure upgrade pip and setuptools:

pip3 install --upgrade setuptools
pip3 install --upgrade pip

ffmpeg

VLC (MAKE SURE 64 BIT FOR WINDOWS)

Python (Note: Please use with python 3.6.. port audio only installs properly with 3.6 as of right now)

iTunes

Chromedriver

See tutorial here for installing Chromedriver on windows For Mac -- place .exec into /usr/local/bin Windows -- update PATH -- right click mycomputer, advanced settings, environment variables, etc. Follow tutorial for detailed steps. Restart cmd when done.

WINDOWS INSTALLATION INSTRUCTIONS:

download ffmpeg for extracting audio files: ffmpeg Navigate the directory and run setup:

py -3 setup.py install

If libmagic fails, try:

py -3 -m pip uninstall python-magic

If above does not work โ€” try:

py -3 -m pip install python-magic-bin==0.4.14

MACOS INSTALLATION INSTRUCTIONS:

First Install pyAudio:

brew install portaudio
pip3 install pyaudio

Install ffmpeg for extracting audio files:

brew install ffmpeg

Navigate the directory and run setup:

python3 setup.py install

If libmagic fails, try:

py -3 -m pip uninstall python-magic

If above does not work โ€” try:

py -3 -m pip install python-magic-bin==0.4.14

KNOWN ISSUES:

pyaudio often doesn't install on windows -- need c++ library. Maybe try this link? : http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe

webtools's People

Contributors

cboin1996 avatar dsouvage avatar

Stargazers

 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.