-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b219264
commit 2709552
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# TikTok Video Bot | ||
|
||
This project downloads the trending tiktok videos and compiles them into a video. | ||
|
||
## Getting Started | ||
|
||
These instructions will get you a copy of the project up and running on your local machine. | ||
|
||
### Installing and Prerequisites | ||
|
||
You need to have ffmpeg installed and in your path variable, tutorial [here](https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10). | ||
Also, make sure you have in the directory of tiktokbot.py folders called output and downloaded. | ||
|
||
Python Requirements | ||
``` | ||
pip install requests | ||
pip install mimetypes | ||
``` | ||
|
||
### Running the bot | ||
|
||
It's really simple, go to the directory and execute the following command | ||
|
||
``` | ||
python tiktokbot.py | ||
``` | ||
|
||
## Built With | ||
|
||
* [FFmpeg](https://ffmpeg.org/) - The tool used for video editing | ||
|
||
## Authors | ||
|
||
* **David Teather** - *Initial work* - [davidteather](https://github.com/davidteather) |
Empty file.