Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
python-twitter
Conversations
About
download pictures?
58 views
Skip to first unread message
Christian's profile photo
Christian
unread,
Aug 1, 2014, 9:08:47 AM
8/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
Is it possible to download pictures resp. to get the image-url? I can't find the media-json node ...
Dkode's profile photo
Dkode
unread,
Mar 18, 2016, 2:15:55 AM
3/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-twitter
You can use urllib or urllib2 library for downloading pictures
import urllib
my_url = my_user.profile_image_url
my_picture = open ('My_picture.jpg' ,'wb')
my_picture.write (urllib.urlopen (my_url) .read( ) )
my_picture.close()
Reply all
Reply to author
Forward
0 new messages
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル