如何使用TWEEPY修复此“模块未找到错误”?

时间:2020-03-29 21:07:17

标签: python twitter oauth nlp tweepy

我正在尝试注册我的应用程序以从Twitter的API检索推文。但我一直收到此“模块未找到错误”。我的代码有什么问题?

enter image description here

2 个答案:

答案 0 :(得分:1)

在导入时删除Route.py应该可以工作

答案 1 :(得分:0)

使用import credentials并检查要导入的文件名。 对于Twitter情绪分析,您必须导入的一些导入库是-

from tweepy.streaming import StreamListener
from tweepy import OAuthHandler
from tweepy import Stream
import datetime, time

重新检查这些内容,它将起作用:)