You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated all references across the codebase:
- README.md: Updated model references in documentation
- src/functions.py: Updated model name in generate_response function
- templates/index.html: Updated UI text
- templates/post.html: Updated UI text
Automate your Twitter presence. Auto Post tweets from from openAI GPT4, from a file, from a string, schedule a new tweet to be posted daily or post the tweet instantly.
12
+
Automate your Twitter presence. Auto Post tweets from from openAI GPT-5-nano, from a file, from a string, schedule a new tweet to be posted daily or post the tweet instantly.
13
13
</div>
14
14
15
15
---
@@ -21,12 +21,12 @@ This Python-based Twitter Auto-Post Bot automates tweeting, Credit to the Tweepy
21
21
### 📁 Files Overview
22
22
#### Using OpenAI
23
23
##### Instantly:
24
-
-`src/instantly-tweet-from-openai.py`: Immediately tweets a tweet from openAI api response, currently using GPT4, but you can change the model in [functions.py](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/functions.py#L21)
24
+
-`src/instantly-tweet-from-openai.py`: Immediately tweets a tweet from openAI api response, currently using GPT-5-nano, but you can change the model in [functions.py](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/functions.py#L21)
25
25
26
26
-###### Prompt defined [here](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/instantly-tweet-from-openai.py#L7)
27
27
28
28
##### Schedule to auto post, tweet daily at a time:
29
-
-`src/schedule-daily-post-from-openai.py`: Automates daily tweets, Runs daily at a scheduled time and queries open ai api to create a tweet, the tweet returned is then automatically tweeted each day to fully automate twitter on auto pilot. By default the model is OPENAI GPT4 but you can change the model in [functions.py](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/functions.py#L21).
29
+
-`src/schedule-daily-post-from-openai.py`: Automates daily tweets, Runs daily at a scheduled time and queries open ai api to create a tweet, the tweet returned is then automatically tweeted each day to fully automate twitter on auto pilot. By default the model is OPENAI GPT-5-nano but you can change the model in [functions.py](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/functions.py#L21).
30
30
-###### Prompt defined [here](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/schedule-daily-post-from-openai.py#L12)
31
31
-###### Schedule time defined [here](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/src/schedule-daily-post-from-openai.py#L20)
32
32
@@ -124,7 +124,7 @@ Your browser should automatically open, or you can manually navigate to the URL.
124
124
- Monitor scheduled jobs
125
125
126
126
#### Post Tweet
127
-
-**AI-Generated Tweets**: Generate tweets using OpenAI's GPT-4 with custom prompts
127
+
-**AI-Generated Tweets**: Generate tweets using OpenAI's GPT-5-nano with custom prompts
128
128
-**Random from File**: Post a random tweet from your tweets.txt library
129
129
-**Custom Tweet**: Write and post your own tweet with character counter
0 commit comments