• #indieweb 2018-08-10
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2018-08-10 UTC
# 00:02
@vilhalmer
You can get an IndieWeb user's avatar in one line of python: site = 'https://vil.lv'; import bs4, requests, urllib.parse; urllib.parse.urljoin(site, bs4.BeautifulSoup(requests.get(site).content, 'html.parser').select('.h-card .u-photo')[0].attrs['src'])
(twitter.com/_/status/1027706637262499840)