marclave / InstaBot

A simple Instagram bot written in Python
199 stars 74 forks source link

Hashtaginput #2

Closed Chizenbop closed 10 years ago

Chizenbop commented 10 years ago

Added file hashtag input and minimal formatting

marclave commented 10 years ago

Hi Colby, same thing with the last pull request, once you update for a value so there is no max limit, provide an example file for your hashtags, update the readme with your hashtag file and anything else you deem fit I will merge it. Good work! :)

marclave commented 10 years ago

Also, you dont need to assign Max likes in main, you can just use it in

if hashtaglikes >= profile['MAXLIKES']:

for example