1
vote
2answers
220 views

Scraping data from webpage using Java?

I'm creating a twitter bot for one of my classes to practice using queues and to build my resume. I want the bot to scrape twitter handles from a paper.li newsletter and then send the user tweet. ...
2
votes
0answers
138 views

Android: How to automatically sign in to twitter with a bot account?

I'm trying to create a crowd sourcing application that will send out information through Twitter. Hopefully, the user will turn on my application, which will periodically do some processing of ...
0
votes
0answers
27 views

Twitter Suspension [duplicate]

Possible Duplicate: Twitter Bot Suspension To make my previous question clearer and in the proper format, how do I keep my Twitter bot from getting suspended? Specifically, how do ...
2
votes
0answers
412 views

Twitter Bot Suspension [closed]

I created a bot not too long ago that responds to people whenever they mention going to the pool. He's only a bot for entertainment, much like @StealthMountain and @DBZNappa. He only tweets 5 times ...
0
votes
1answer
313 views

PHP Twitter bot using AIML engine and Mysql database as backend

this is my first question and i'm also quite new to this site. I am developing a twitter bot as final year project and as working environment i am on windows 7 64 as operating system and have server ...
1
vote
2answers
2k views

Auto-Reply Tweets in Twitter (bot) in simple way or tools?

is any possible & simple way to make a twitter bot that will reply to some tweets (depend on search terms) in certain time interval. can anyone help me. for example twitter.com/shastribot ...
0
votes
1answer
746 views

Twitter Bots Programming Tutorial

I'd like to learn how to program my own Twitter bot from scratch. I'd like to start simple, maybe a bot that picks up a word and sends a response to anyone that says that certain word. Then, I'd like ...
0
votes
4answers
2k views

twitter status message update through bot using php and twitter oauth

I have followed the steps defined in the following link for twitter oauth implementation. https://docs.google.com/View?docID=dcf2dzzs_2339fzbfsf4 Its working fine when i run through web browser but ...