# pypopcat
**Repository Path**: zyabo/pypopcat
## Basic Information
- **Project Name**: pypopcat
- **Description**: No description available
- **Primary Language**: Python
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-19
- **Last Updated**: 2021-08-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#
PyPopcat
Taiwan NO.1 !!!
## Features
- drive multiple Chrome windows to click by multithreading.
- use TOR proxy to prevent to be blocked by API rate limit (WIP)
## Screenshots


## Prerequisites
- Download [Chrome driver](https://chromedriver.chromium.org/) based on your OS.
- Move the driver to folders in `PATH` such as `/usr/local/bin`, `/usr/bin`.
## Installation
```bash
poetry install
```
## Usage
```bash
poetry run pypopcat emit --n_threads 1 --country TW
```
## Notes
According to popcat's rules, you can't exceed 800 clicks every 30s. You need to adjust `n_threads` due to worker's pps.