Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 501 Bytes

I bet you can't prove me wrong!

78 Stars!

star_this_repo()       # Star this repostory
time.sleep(60)         # Wait 60 seconds
reload()               # Reload

if title not correct:  # If the title is not correct
   i_win = False       # You win! 
elif title == correct: # Else if the title is correct
   i_win = True        # I win!

if i_win == True:       # If I won
    follow()           # Follow
elif i_win == False:   # Else if I did not win
    open_issue()       # Open Issue!