Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ python3 tweetload.py
* ### Twitter_retweet_bot
It is a simple script that retweets any hashtag provided in it.
```bash
python twitter_retweet_bot
python twitter_retweet_bot.py
```


* ### URL Shortener
This is python script that shortens any URL provided to it.
Expand All @@ -227,7 +229,6 @@ python shortener.py url1 url2

#Stores shortened URLs in a file
python shortener.py url1 url2 > file.txt

```


Expand Down