Explorar el Código

Get correct capitalisation for a Facebook username

master
JustAnotherArchivist hace 5 años
padre
commit
db0104b3c8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      facebook-user-capitalisation

+ 2
- 0
facebook-user-capitalisation Ver fichero

@@ -0,0 +1,2 @@
#!/bin/bash
curl -s "https://www.facebook.com/${1}/" | grep -Po '<meta property="og:url" content="https://www\.facebook\.com/\K[^"/]+'

Cargando…
Cancelar
Guardar