Scraping Tiktok videos by users in MP4 format.
- Clone the repo
git clone https://github.com/Zeeshanahmad4/Tiktok-User-Video-Post-Scraper.git
- Install python packages
pip install selenium
pip install request
The scraper is for getting all the Videos post uploaded by a specific user. The output would be in MP4 format. The scraper would need a username of the user profile whom you desired to scrape videos. username can be obtained from third party websites. i.e username : avneetkaur_13
YOU WILL NEED FIREFOX AND GECKO SELENIUM DRIVER TO RUN THIS SCRIPT. PLEASE PLACE THE SCRIPT AND DRIVER IN THE SAME FOLDER AND RUN THE SCRIPT USING PYCHARM OR ANY OTHER PYTHON IDE.
├── README.md
├── tiktok.py
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request