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
Update README.md
I adjusted the mark down, so that the scripts next to one another will be distinct.
  • Loading branch information
iyanuashiri authored Oct 26, 2017
commit 224f90be3e718c2f5c5ba56958c7d0e06e864365
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