parent
97286d94f4
commit
2dbf449f0d
@ -1,10 +1,21 @@
|
|||||||
# Reddit Video Maker Bot 🎥
|
# Reddit Video Maker Bot 🎥
|
||||||
|
|
||||||
###  Visit the <a target="_blank" href="https://github.com/elebumm/RedditVideoMakerBot">creators of this project</a> for instructions on use and to support their work!
|
###  Visit the <a target="_blank" href="https://github.com/elebumm/RedditVideoMakerBot">creators of this project</a> for instructions on use and to support their work!
|
||||||
|
|
||||||
|
(Side note this works only on the Windows OS!)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
A way to automagically upload the created videos using pyautogui and openCV
|
A way to automagically upload the created videos using pyautogui and openCV
|
||||||
|
|
||||||
|
## Installation and Usage
|
||||||
|
|
||||||
|
1. Clone this repository or download the scripts batch files and "upload.py".
|
||||||
|
2. Install the required Python libraries using the following command:
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
3.
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
[Roboto Fonts](https://fonts.google.com/specimen/Roboto/about) are licensed under [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)
|
[Roboto Fonts](https://fonts.google.com/specimen/Roboto/about) are licensed under [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
Loading…
Reference in new issue