This commit is contained in:
2025-10-24 20:38:44 +09:00
commit 1a1b8b9077
10 changed files with 1324 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Twitter API Configuration (OAuth 2.0)
TWITTER_API_KEY=your_twitter_api_key_here
TWITTER_API_SECRET=your_twitter_api_secret_here
TWITTER_ACCESS_TOKEN=your_twitter_access_token_here
TWITTER_ACCESS_TOKEN_SECRET=your_twitter_access_token_secret_here
TWITTER_BEARER_TOKEN=your_twitter_bearer_token_here
# Tweet Generation Configuration
TWEET_PROMPT=Write a short, engaging tweet about technology trends
# Image Configuration (Optional)
# Path to a local image file to attach to every tweet (jpg, png, gif)
# Leave empty or comment out to post tweets without images
IMAGE_PATH=/path/to/your/image.jpg