- https://github.com/VeryGoodOpenSource/very_good_cli (It will nicely genearate a project with all the basic setup, but with bloc state management, you can simply replace with any other state management library)
Riverpod or Bloc
Riverpod or Bloc
#!/bin/env python3 | |
""" | |
Epic Games Store Freebies Claiming bot. | |
Uses Chromedriver(monkeypatched if possible) | |
""" | |
import sys | |
import re | |
import logging as log | |
from xml.sax.saxutils import escape | |
from datetime import datetime |