Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fskydev/list-youtube
- Owner: fskydev
- Created: 2020-06-18T14:32:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T02:46:55.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T10:45:51.516Z (8 months ago)
- Topics: automation, beautifulsoup, pandas, python, python3, scraper, selenium, tkinter, youtube
- Language: Python
- Homepage:
- Size: 4.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 screencasthttps://user-images.githubusercontent.com/61609164/146117428-8fa91863-e1f5-4dc2-b518-172a4db07538.mp4