new archiver, new hack, ready

This commit is contained in:
msramalho
2022-06-27 01:07:55 +02:00
parent b4e9d6a2a8
commit ffe1c425a0
13 changed files with 325 additions and 107 deletions

View File

@@ -0,0 +1,11 @@
from dataclasses import dataclass
@dataclass
class TwitterApiConfig:
bearer_token: str
consumer_key: str
consumer_secret: str
access_token: str
access_secret: str