Twitter advertising list to CSV thinger
- Read this tweet to get an idea what this is about: https://twitter.com/yehoak/status/864992540327649280
- Create an app on twitter: https://apps.twitter.com/
- Fill in
config.yml.example
with the keys you're given and rename it to config.yml
- Request your PDF from twitter and download it
gem install bundler
(you need Ruby installed for this to work)
bundle
bundle exec ruby block.rb ~/Downloads/twitter_advertiser_list.pdf > blocklist.csv
(or wherever you downloaded your PDF to and wherever you want your CSV to go)
- Go import that CSV (it will take a while)