diff --git a/main.py b/main.py index 99b48c8..6b52c76 100644 --- a/main.py +++ b/main.py @@ -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']