How do you automate Twitter?

Question About Using Python to Post to Twitter

andoatnp at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

If you'd like to avoid programming, you could try the aforementioned https://ifttt.com/recipes or the more business-focused http://zapier.com. Both let you use a "trigger" event to create an action somewhere else (e.g. on Twitter). Not sure how either of those would handle photos, though. Your posting pattern seems like it might also be easily achieved with a dedicated tool like https://hootsuite.com/plans/free.

reeddavid

you could just take the code from the second (twython) snippet and put it in the first (tweepy) snippet so that it's called in the loop. but having a program that runs for days is not a good idea. what if you want to restart the machine, for example? so it's better to use a cron job as mustardayonnaise suggests. use cron to run a program that reads the information from a file, posts to twitter and, importantly, then deletes that line from the file. so that the next day, when it runs again, it gets the next line. to be honest i am bit confused about what you are finding hard in all this. do you not know how to program? if not, then maybe you need to take a few days off and work through an introduction to programming in python. i would recommend http://learnpythonthehardway.org/. just a few days hard work will, i hope, give you a bit more confidence about what to do.

andrewcooke

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.