Skip to content

Commit

Permalink
Merge pull request #21 from davidteather/nightly
Browse files Browse the repository at this point in the history
V2.1.9 - Fixed get_video_by_url
  • Loading branch information
davidteather authored Nov 4, 2019
2 parents 49073f8 + 5238079 commit 552b847
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 142 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ TikTok-Api/geckodriver.log
TikTok-Api/server.log
browsermob-proxy/*
myScripts/*
test.py
test.py
debug.log
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.
Loading

0 comments on commit 552b847

Please sign in to comment.