Skip to content

Commit

Permalink
changed docs to address bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Aug 22, 2023
1 parent fdde798 commit a2a3458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Please don't open an issue if you're experiencing one of these just comment if t

* **Browser Has no Attribute** - make sure you ran `python3 -m playwright install`, if your error persists try the [playwright-python](https://github.com/microsoft/playwright-python) quickstart guide and diagnose issues from there.

* **API methods returning Coroutine** - many of the API's methods are async so make sure your program awaits them for proper functionality

## Quick Start Guide

Here's a quick bit of code to get the most recent trending videos on TikTok. There's more examples in the [examples](https://github.com/davidteather/TikTok-Api/tree/main/examples) directory.
Expand Down

0 comments on commit a2a3458

Please sign in to comment.