Twitter Bot (Python)

Riseing

Regular Member
Joined
Aug 15, 2010
Messages
341
Reaction score
84
Been working on this for a few days now. Atm I can get it to search a hashtag and reply to it using any number of random phases. Any ideas on what else I should be adding?
 
Aright currently I can
Reply to tweets
Follow people
Unfollow people not following me back!

jQxiNn8gAe86m.png
 
Last edited:
If anyone is interested I'll release this as an opensource project. I did it for the fun and have no intention of selling it. I should also mention that you will have to know some python in order to get it running.
 
If anyone is interested I'll release this as an opensource project. I did it for the fun and have no intention of selling it. I should also mention that you will have to know some python in order to get it running.

That would be cool.
I've stopped and started so many bad Twitter scripts (I'm no developer). I always stall out crawling github, choosing the best Twitter library. Do you have a github? Or... maybe all of us on here should have separate/anonymous bhw githubs. ;)
 
Follow other user's following or followers just by entering their twitter name and be able to set the time delays so it looks like you are doing it manually....
 
That would be cool.
I've stopped and started so many bad Twitter scripts (I'm no developer). I always stall out crawling github, choosing the best Twitter library. Do you have a github? Or... maybe all of us on here should have separate/anonymous bhw githubs. ;)

I may start a github for this project. Currently I'm using tweepy, I hope that in the next few weeks I can create something that won't use the API. However, that is much more complicated.

Follow other user's following or followers just by entering their twitter name and be able to set the time delays so it looks like you are doing it manually....

I already have time delays added in. I'll take a look at your suggestion, it should be rather easy to add.
 
I'd love to see the opensource project, mainly because I know nothing about python and want to see how a bot is really laid out.
 
can you help me with setting the bot up via teamviewer?

I may make a video once I get home. Just Google all of your problems.
Make sure you have python 2.7 and tweepy installed.
 
Back
Top