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] |
Revision as of 17:51, 16 June 2015
Wellcome to my participant page!
My name is Oliver Hannemann. I am studying "Media Art and Media Design (MFA)" at the Bauhaus University in Weimar.
Follow me!
My Bots'n'Plots projects
My first animated Python "robot"
__________
MoviePy F**k around
__________
My first TwitterBot tweet
__________
Mid-Term EnjoyTheSilence-Bot
Grab the EnjoyTheSilence.py code and EnjoyTheSilence.txt text file at Pastebin
This is a very basic text bot, that works down a text file. I was trying to make a scrape and poste bot following this tutorual but I got stuck at
image_open = images[random.randint(0, len(images))-1] IndexError: list index out of range
__________
Project Ideas
BILD Top Comment Twitter bot
- Tweets the Top comment of Bild online articles that allow commenting
- Goal is to display the opinion of the readers (top comment has been upvoted by community) to show how much work is still necessary in our society
CountR Twitter bot
- this would be an upgrade of my Arduino based project "CountR" (watch demo on YouTube)
- Goal would be to let the CountR tweet every 10min how many people it has counted
Contributed links
Misc
Twitter Bots