115
edits
Line 44: | Line 44: | ||
''[https://twitter.com/vj_astraal See the original here]'' | ''[https://twitter.com/vj_astraal See the original here]'' | ||
This is a very basic text bot, that works down a text file. I was trying to make a scrape and poste bot | This is a very basic text bot, that works down a text file. I was trying to make a scrape and poste bot ''[http://joaquinlp.me/blog/simple-twitter-image-bot-in-python/ following this tutorual]'' but I got stuck at | ||
<pre> | <pre> | ||
image_open = images[random.randint(0, len(images))-1] | image_open = images[random.randint(0, len(images))-1] |
edits