You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
521 B

6 years ago
  1. # coding=utf-8
  2. # INSTRUCTIONS
  3. # -FIRST: copy this file and rename it to: 'twitterConfig.py'
  4. # -SECOND: put the twitter app keys
  5. # -THIRD: put the list_owner and list_name
  6. # example: https://twitter.com/userexample/lists/listnameexample/members
  7. # list_owner='userexample'
  8. # list_name='listnameexample'
  9. # Here the twitter app keys
  10. consumer_key="xxxxx"
  11. consumer_secret="xxxxx"
  12. access_token_key="xxxxx"
  13. access_token_secret="xxxxx"
  14. list_owner='userOwnerOfTheList'
  15. list_name='listName'