سؤال

I'm looking to write a script that tweets from python (such as here), however when I try and call

import oauth2 as oauth

I just get this error:

ImportError: No module named oauth2

Where can I get this module from? Thanks

هل كانت مفيدة؟

نصائح أخرى

Make sure that you have pip installed. Then in your terminal enter the following command:

$ pip install oauth2
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top