Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bumatic/bitchute-scraper into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bumatic committed Sep 29, 2021
2 parents 71e9116 + acbc31f commit 3612af4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Python Bitchute Scraper

This repository contains a simple scaper for the bitcute video plattform. It makes uses of Selenium for retrieving data.
# Bitchute Scraper

Python scraper for the Bitchute video platform. It allows you to query for videos and to retrieve platform recommendations such as trending videos, popular videos or trending tags. It makes use of Selenium for retrieving data.

## Installation

For using the scraper you can download, clone or fork the repsoitory and put the ```bitchute``` folder in the working directory of your python script.
bitchute-scraper is available on PyPi:

```Shell
$ pip3 install bitchute-scraper
```

Alternatively you can download the repository and install the package by running the setup.py install routine. Make sure to install the requirements as well:

```Shell
$ pip3 install -r requirements.txt
$ python3 setup.py install
```

## Usage

Expand Down

0 comments on commit 3612af4

Please sign in to comment.