Line 45: | Line 45: | ||
This is a very basic text bot, that works down a text file. I was trying to make a scrape and poste bot like ''[http://joaquinlp.me/blog/simple-twitter-image-bot-in-python/ this one]'' but I got stuck at | This is a very basic text bot, that works down a text file. I was trying to make a scrape and poste bot like ''[http://joaquinlp.me/blog/simple-twitter-image-bot-in-python/ this one]'' but I got stuck at | ||
<pre> | |||
image_open = images[random.randint(0, len(images))-1] | |||
IndexError: list index out of range | |||
</pre> | |||
__________ | __________ |
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 like this one 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