mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
new archiver, new hack, ready
This commit is contained in:
11
configs/twitter_api_config.py
Normal file
11
configs/twitter_api_config.py
Normal 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
|
||||
Reference in New Issue
Block a user