Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidteather committed Nov 4, 2019
1 parent f54f479 commit 5238079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Or install directly from this GitHub repo.
* You do need to have **java installed**
* Download browsermob-proxy [here](https://bmp.lightbody.net/)
* You must add **browsermob-proxy/bin** to your environment path.
* **Firefox** must be installed.
* You must download the latest **geckodriver** from [mozilla](https://github.com/mozilla/geckodriver/releases), and include the .exe in your path.
* **Chrome** must be installed.
* You must download the latest **chromedriver** from [Google](https://sites.google.com/a/chromium.org/chromedriver/downloads), and include the .exe in your path.

## Quick Start Guide

Expand All @@ -57,7 +57,7 @@ api.trending(10)
api = TikTokapi(path_to_browsermob_directory, headless=False)
```
path_to_browsermob_directory - String - should be the path from the directory you are running from the code to the extracted zip file of [browsermob-proxy](https://bmp.lightbody.net/)
headless - True/False - True means it will run a headless firefox browser, could be detected by TikTok, however it is more convienent. Default = False.
headless - True/False - True means it will run a headless chrome browser, could be detected by TikTok, however it is more convienent. Default = False.


##### The Trending Method
Expand Down
Binary file modified TikTokApi/__pycache__/tiktok.cpython-37.pyc
Binary file not shown.

0 comments on commit 5238079

Please sign in to comment.