import time
This commit is contained in:
parent
a0069e3529
commit
d7a71f9a30
1
main.py
1
main.py
@ -1,6 +1,7 @@
|
|||||||
import feedparser
|
import feedparser
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
import os
|
import os
|
||||||
|
import time
|
||||||
# Replace these with your Mastodon application details and access token
|
# Replace these with your Mastodon application details and access token
|
||||||
MASTODON_CLIENT_ID = os.environ['MASTODON_CLIENT_ID']
|
MASTODON_CLIENT_ID = os.environ['MASTODON_CLIENT_ID']
|
||||||
MASTODON_CLIENT_SECRET = os.environ['MASTODON_CLIENT_SECRET']
|
MASTODON_CLIENT_SECRET = os.environ['MASTODON_CLIENT_SECRET']
|
||||||
|
Loading…
Reference in New Issue
Block a user