|
|
|
@ -10,7 +10,7 @@ import time |
|
|
|
from datetime import datetime, timedelta, timezone |
|
|
|
from datetime import datetime, timedelta, timezone |
|
|
|
import tweepy |
|
|
|
import tweepy |
|
|
|
from openai import OpenAI |
|
|
|
from openai import OpenAI |
|
|
|
from foodie_utils import post_tweet, AUTHORS, SUMMARY_MODEL |
|
|
|
from foodie_utils import post_tweet, AUTHORS, SUMMARY_MODEL, load_json_file |
|
|
|
from foodie_config import X_API_CREDENTIALS, RECENT_POSTS_FILE |
|
|
|
from foodie_config import X_API_CREDENTIALS, RECENT_POSTS_FILE |
|
|
|
from dotenv import load_dotenv |
|
|
|
from dotenv import load_dotenv |
|
|
|
|
|
|
|
|
|
|
|
|