Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGrimnir authored May 20, 2017
1 parent bb94e62 commit 039aaac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Twitter Retweet Bot using Python & Tweepy
A relatively simple Python-built Twitter retweet bot using Tweepy. Searches and retweets based on hashtag or keyword value.
A Python-built Twitter retweet bot using Tweepy. Searches and retweets based on hashtag or keyword value.

What You Need && Need to Know
----------
Expand All @@ -24,9 +24,8 @@ Instructions

`python retweet.py`

* Note: Make sure that your retweet.py and keys.py files are, obviously, in the same directory.

Additional Information
----------
* Note: Make sure that your retweet.py and keys.py files are, obviously, in the same directory.
* Create a [Cron Job](https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800) or use [Task Scheduler](https://technet.microsoft.com/en-us/library/cc748993(v=ws.11).aspx) to automate this script.
* Consider using a Raspberry Pi to host your retweet bot, so it's always on and always running. :)

0 comments on commit 039aaac

Please sign in to comment.