문제

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