This commit is contained in:
2025-05-12 14:49:38 +10:00
parent 941fe12ec5
commit e972714ada
5 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import time
from datetime import datetime, timedelta, timezone
import tweepy
from openai import OpenAI
from foodie_utils import post_tweet, AUTHORS, SUMMARY_MODEL, load_json_file, check_author_rate_limit
from foodie_utils import post_tweet, AUTHORS, SUMMARY_MODEL, load_json_file, check_author_rate_limit, update_system_activity
from foodie_config import X_API_CREDENTIALS, RECENT_POSTS_FILE
from dotenv import load_dotenv