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
- Host: GitHub
- URL: https://github.com/g0dwana/scrappers
- Owner: g0dwana
- Created: 2025-02-11T16:19:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:55:35.000Z (about 1 year ago)
- Last Synced: 2025-02-11T17:32:01.428Z (about 1 year ago)
- Topics: kick, python3, scraping-websites
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```