https://github.com/zeeshanahmad4/tiktok-user-video-post-scraper
Scraping Tiktok videos by users in MP4 format.
https://github.com/zeeshanahmad4/tiktok-user-video-post-scraper
tiktok tiktok-api tiktok-bot tiktok-python tiktok-scraper tiktok-videos tiktok-videos-download tiktokapi tiktokbot tiktokv
Last synced: 2 months ago
JSON representation
Scraping Tiktok videos by users in MP4 format.
- Host: GitHub
- URL: https://github.com/zeeshanahmad4/tiktok-user-video-post-scraper
- Owner: Zeeshanahmad4
- Created: 2019-12-03T10:30:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T22:55:16.000Z (about 1 year ago)
- Last Synced: 2024-08-26T00:13:01.945Z (about 1 year ago)
- Topics: tiktok, tiktok-api, tiktok-bot, tiktok-python, tiktok-scraper, tiktok-videos, tiktok-videos-download, tiktokapi, tiktokbot, tiktokv
- Language: Python
- Size: 690 KB
- Stars: 22
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiktok-User-Video-Post-Scraper
[](https://www.python.org/)


[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
Scraping Tiktok videos by users in MP4 format.
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)## About The Project
## Code
## DEMO
### Built With
* [Python](https://www.python.org/)
* [Selenium](https://selenium-python.readthedocs.io/)
* [request](https://docs.python.org/3/library/urllib.html)### Prerequisites
### Installation
1. Clone the repo
```sh
git clone https://github.com/Zeeshanahmad4/Tiktok-User-Video-Post-Scraper.git
```2. Install python packages
```sh
pip install selenium
pip install request
```## Usage
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_13YOU 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.## Contents
```
├── README.md
├── tiktok.py```
## Roadmap
See the [open issues](https://github.com/Zeeshanahmad4/Tiktok-User-Video-Post-Scraper/issues) for a list of proposed features (and known issues).## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request