Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
changed file input name to 'hashtags.txt.'
edited README to go along with new changes in the profile
  • Loading branch information
colbyham committed Aug 12, 2014
1 parent c1728d6 commit 0543854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InstaBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def getTopHashTags(br):
def getHashtagsFromFile():
#your list of hashtags
hashtags = []
filename = 'hshtgs.txt'
filename = 'hashtags.txt'
#Hashtag file input
f = open(filename)
#strips newline character
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PERHASHTAG: 10
TOP: 1 <- To use the top hashtags on Websta.me use a 1
```
Note: If you do not put a 1 in the value of TOP then the program will look for a text file
called hshtgs.txt
called hashtags.txt
The format for this file is to have each hashtag seperated by line
```
Expand Down

0 comments on commit 0543854

Please sign in to comment.