Skip to content

Commit

Permalink
ReadME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidteather committed Jun 3, 2019
1 parent b219264 commit 2709552
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
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 added downloaded/tmp.txt
Empty file.

0 comments on commit 2709552

Please sign in to comment.