Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fskydev/list-youtube

Automatically create and post YouTube playlists and videos
https://github.com/fskydev/list-youtube

automation beautifulsoup pandas python python3 scraper selenium tkinter youtube

Last synced: 9 days ago
JSON representation

Automatically create and post YouTube playlists and videos

Awesome Lists containing this project

README

        

# List-YouTube
Automatically create and post YouTube playlists and videos

- py to exe
```
pyinstaller .\main.py --hidden-import=pkg_resources.py2_warn --onefile --noconsole --add-binary ".\webdrivers\chromedriver.exe;.\webdrivers" --version-file ".\CI\version.py"
```
- hide chromeDriver console in python
```
https://stackoverflow.com/questions/33983860/hide-chromedriver-console-in-python
```
- demo screencast

https://user-images.githubusercontent.com/61609164/146117428-8fa91863-e1f5-4dc2-b518-172a4db07538.mp4