import time

This commit is contained in:
Amit Serper 2023-12-04 21:03:13 -05:00
parent a0069e3529
commit d7a71f9a30

View File

@ -1,6 +1,7 @@
import feedparser
from mastodon import Mastodon
import os
import time
# Replace these with your Mastodon application details and access token
MASTODON_CLIENT_ID = os.environ['MASTODON_CLIENT_ID']
MASTODON_CLIENT_SECRET = os.environ['MASTODON_CLIENT_SECRET']