suggest a twitter auto poster !!

  • Thread starter Thread starter Deleted member 833941
  • Start date Start date
There is a site that allows you to schedule posts for free. Not sure if I wanna still the beans.
 
how about you setup a social tweet bot that posts content from other people's account to your twitter account
eg your niche is fitness

so you setup an socialbot such that it posts tweets from like 5 top fitness accounts and you set it to like 30 mins or 1 hour a day(if ur account is old otherwise 3 times in 24 hours)
 
Use script php with cron job it's great ...

this scripts search in "hashtag #" and post in .
 
little php exemple
Capture.PNGCapture2.jpg


for info: >/dev/null 2>&1 --> cron job don't sent you an email, else remove this line
is an simple exemple for twitting a pic with a status, $img => url to image on server
$ status => string with # tags , write what ever you want, but don't use more than 140 carcaters, bitly for long urls... hope this helps.
 
Back
Top