DEV Community

Discussion on: Making a Twitter bot with Python

Collapse
 
miketheyeti profile image
MikeTheYeti

This has gotten my bot project further than anything else I have done to date. I am a dilettante in Python and am making a twitter bot to practice.

I am stuck on how to reply to a tweet with one of a set of messages (I think I got random.choice to work). My scheme is to reply to tweets based off keywords.

Thanks so much for this work. I love watching my code actually work!!!

Collapse
 
seema1711 profile image
Seema Saharan

I'm glad it helped.