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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ 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`. 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
-
-`tweeter-from-code.py`: Immediately tweets a pre-defined message with the current date.
23
-
-`tweeter-random-from-file.py`: Instantly posts a random tweet from `tweets.txt`.
24
-
-`tweets.txt`: Add your tweets here, one per line. They will be randomly selected and tweeted.
21
+
-`src/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/src/schedule-daily-post-from-file.py#L22).
22
+
-`src/tweeter-from-code.py`: Immediately tweets a pre-defined message with the current date, but you can change this to whatever you like.
23
+
-`src/tweeter-random-from-file.py`: Instantly posts a random tweet from `tweets.txt`.
24
+
-`data/tweets.txt`: Add your tweets here, one per line. They will be randomly selected and tweeted.
25
25
-`requirements.txt`: Lists all necessary Python packages.
26
26
27
27
### 📁 Upcoming Features
@@ -49,7 +49,7 @@ This Python-based Twitter Auto-Post Bot automates tweeting, Credit to the Tweepy
49
49
### Setup
50
50
51
51
1. Obtain Twitter API credentials [here](https://developer.twitter.com/apps).
52
-
2. update `keys.py` file with your credentials:
52
+
2. update `config/keys.py` file with your credentials:
0 commit comments