An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Tiktok-User-Video-Post-Scraper
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](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
![Code](https://github.com/Zeeshanahmad4/Tiktok-User-Video-Post-Scraper/blob/master/profile.PNG)

## DEMO
![Code](https://github.com/Zeeshanahmad4/My-Path-to-Python/blob/master/multimedia/ezgif.com-video-to-gif.gif)

### 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_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.

## 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