Available on PyPi
pip install tiktok_rapidapi
poetry add tiktok_rapidapi
git clone https://github.com/dankaprogg/tiktok_rapidapi.git
cd tiktok_rapidapi
py -m venv venv
cd venv/Scripts/ && activate && cd ../../
pip install -r requirements.txt
py setup.py sdist bdist_wheel install
git clone https://github.com/dankaprogg/tiktok_rapidapi.git
cd tiktok_rapidapi
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 setup.py sdist bdist_wheel install
We are using pytest framework with pytest-asyncio
pip install pytest
pip install pytest-asyncio
pytest -v tests