Skip to content

Commit

Permalink
first runners up :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshdeep Singh committed Feb 7, 2018
1 parent 38d07e4 commit 0c72319
Show file tree
Hide file tree
Showing 6 changed files with 2,516 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instabot/examples/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from instabot import Bot
import delay

bot = Bot()
bot = Bot(max_comments_per_day=10000)
bot.login(username='_inspirata', password='inspirata001')

hashtags = ['sad', 'depressed', 'suicide', 'suicidal']
Expand Down
4 changes: 2 additions & 2 deletions src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def on_data(self, data):
print('----------'*5)


api.update_status(maintain_log['response'])# +" https://twitter.com/"+user_id+"/status/"+tweet_id)
api.update_status(maintain_log['response'] +" https://twitter.com/"+user_id+"/status/"+tweet_id)

time.sleep(1200+randint(0, 600))
time.sleep(60)

except BaseException as e:
print("[Errno {0}] {1}".format(e.errno, e.strerror))
Expand Down
Loading

1 comment on commit 0c72319

@Siddhant24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use meaningful commit messages (¬▂¬)

Please sign in to comment.