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

https://github.com/g0dwana/scrappers

KICK Scrapper Example
https://github.com/g0dwana/scrappers

kick python3 scraping-websites

Last synced: about 1 year ago
JSON representation

KICK Scrapper Example

Awesome Lists containing this project

README

          

# scrappers
KICK Scrapper Examples

## 1.Documentation

### 1.1 virtual environment installation

```
sudo pip3 install virtualenv
```

```
virtualenv venv
```
### 1.2 virtual environment activation
```
source venv/bin/activate
```

### 1.3 How to run scrapping example
```
python3 kickscrapping.py
```
## 2.Full guide for kick chat analysis
### 2.1 How to run scrapping example
```
python3 kickscrapping.py
```

### 2.2 Run Kick Chat Analyzer
```
python3 kick_chat_analyzer.py
```

### 2.3 Run Username and Content Filter
```
python3 name_content_filter.py
```