Support Forums
"Twittering" with python - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: "Twittering" with python (/showthread.php?tid=23556)



"Twittering" with python - nikolos - 12-02-2011

Hi,
i am new to python programming,and i could use some advise on something:

i am trying to make a script with python2.7 in which the posted tweets of my "friends" on my twitter account's general wall are gathered in a text file, -in a text utf8 format.-
The posts that will be backed up in the txt file must conclude certain key word like "Python" and i' d like to update the text (adding the new 'keyword-certain' tweet in the text file)every 10 minutes for example.
The only thing that i did yet is to authenticate the use of twitter api ,so i have consumers key, tokens...e.t.c
I am really stuck in the very start of this script, and i graciously accept any hint,link,help about it..
Thanks in advance



RE: "Twittering" with python - Weezч™ - 12-02-2011

google+youtube is your best friend.



RE: "Twittering" with python - Rhynorater - 12-03-2011

I know there is a skype module, Google it and post back here. If worse comes to worst you could just use the Urllib module.