+ All Categories
Home > Education > I love json module

I love json module

Date post: 25-May-2015
Category:
Upload: fernando-masanori
View: 624 times
Download: 0 times
Share this document with a friend
Description:
Hacking Facebook, Twitter and Reddit with Python. Batteries included \o/
Popular Tags:
33
I love JSON module PythonBrasil[8] @fmasanori http://www.slideshare.net/fmasanori
Transcript
Page 1: I love json module

I love JSON module

PythonBrasil[8]

@fmasanori http://www.slideshare.net/fmasanori

Page 2: I love json module

@fmasanori

• Graduado IME-USP e Mestrado ITA

• ed e lint Cobra Tecnologia

• Software Express

• Credicard Mastercard

• PriceWaterhouseCoopers

• Itau BankBoston

• Docente FATEC SJC (amo dar aulas)

• Interesses: Python, NoSQL, Google Technology, Facebook

Page 3: I love json module
Page 4: I love json module

Agenda (Python 2.7)

• JSON killer module

• Twitter Client

• Facebook Hacking

• Reddit + MongoDB Client

• Agradecimentos

• Propaganda

• Perguntas

Page 5: I love json module

JSON killer module

Page 6: I love json module

JavaScript Object Notation

• http://json.org/

• Independente de linguagem

• Pares nome/valor

• Lista ordenada

• Muito adotado atualmente

• Alternativa para o XML – XML mais verbosa

– XML menor legibilidade

Page 7: I love json module

Twitter Client

Page 8: I love json module

Twitter Client

Page 9: I love json module

Twitter Client

Page 10: I love json module

Twitter Client

https://gist.github.com/4120037

(by Pamela Fox)

Page 11: I love json module

Twitter Trending Topics

Page 12: I love json module

Twitter Trending Topics

https://gist.github.com/4121001

(by Bruno Rocha)

Page 13: I love json module

Twitter Trending Topics

Page 14: I love json module

Facebook Hacking

Page 15: I love json module

graph.facebook.com

Page 17: I love json module

Facebook profile

Page 18: I love json module

Facebook profile photo

Page 19: I love json module

Facebook Graph API

• https://graph.facebook.com

• Objetos JSON

• Links autenticados

• Obs.: access_token expira

• Autenticar novamente neste caso

Page 20: I love json module

Facebook Friends

Page 21: I love json module

Facebook Friends Photos

https://gist.github.com/4124876

Page 22: I love json module

Android Wallpaper

Page 23: I love json module

Android Wallpaper

Page 24: I love json module

Reddit + MongoDB client

Page 25: I love json module

Reddit client

https://gist.github.com/4126108

(by 10gen)

Page 26: I love json module

Reddit client

Page 27: I love json module

MongoDB == JSON

Flexible Schema

Page 28: I love json module

Relational DB

Page 29: I love json module

Reddit MongoDB client

https://gist.github.com/4126471

Page 30: I love json module

Reddit MongoDB client

Page 31: I love json module

Agradecimentos

• Organizadores Python Brasil [8]

• Pamela Fox (Twitter Client)

• Lista Python Brasil

• http://education.10gen.com/


Recommended