Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import twint
  2. # Set up TWINT config
  3. c = twint.Config()
  4. c.Search = ["#MatrimonioIgualitario"]
  5. c.Lang = 'es'
  6. c.Location = True
  7. c.Store_csv = True
  8. c.Since = "2018-01-01"
  9. c.Hide_output= True
  10. c.Output="matrimonioigualitario_tweets.csv"
  11. # Start search
  12. twint.run.Search(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement