Skip to content

Commit 17c091d

Browse files
authored
Update README.md
1 parent d0a7e0a commit 17c091d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This Python-based Twitter Auto-Post Bot automates tweeting, Credit to the Tweepy
1818

1919
### 📁 Files Overview
2020

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.
2525
- `requirements.txt`: Lists all necessary Python packages.
2626

2727
### 📁 Upcoming Features
@@ -49,7 +49,7 @@ This Python-based Twitter Auto-Post Bot automates tweeting, Credit to the Tweepy
4949
### Setup
5050

5151
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:
5353
```python
5454
bearer_token = "your_bearer_token"
5555
api_key = "your_api_key"

0 commit comments

Comments
 (0)