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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This Python-based Twitter Auto-Post Bot automates tweeting, Credit to the Tweepy
18
18
19
19
### 📁 Files Overview
20
20
21
-
-`schedule-daily-post-from-file.py`: Automates daily tweets, randomly selecting from `tweets.txt`.
21
+
-`schedule-daily-post-from-file.py`: Automates daily tweets, randomly selecting from `tweets.txt`. To change the schedule time [edit this](https://github.com/lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/blob/main/schedule-daily-post-from-file.py#L34).
22
22
-`tweeter-from-code.py`: Immediately tweets a pre-defined message with the current date.
23
23
-`tweeter-random-from-file.py`: Instantly posts a random tweet from `tweets.txt`.
24
24
-`tweets.txt`: Add your tweets here, one per line. They will be randomly selected and tweeted.
0 commit comments