Skip to content

Instantly share code, notes, and snippets.

View aristoler's full-sized avatar
🎯
Focusing

arist aristoler

🎯
Focusing
View GitHub Profile
@kamoo1
kamoo1 / gpwebapi.py
Last active June 4, 2022 10:22
get complete review from google play store (>4400 limit)
import json
from enum import Enum
from utils.logging import get_logger
logger = get_logger(__name__)
class Pattern(Enum):
# OPTIONAL = 0