dracarys18 / TweetBot

A simple Telegram Bot to Stream the tweets from any twitter accounts to Telegram Channel
MIT License
103 stars 45 forks source link

failed to import tweet_scrape as ts #5

Closed cyb3rx7 closed 3 years ago

cyb3rx7 commented 3 years ago

hey how are u bro ?

iget this error

Traceback (most recent call last): File "D:\Programmer - Codes\TweetBot-master\main.py", line 6, in

File "D:\Programmer - Codes\TweetBot-master\tweet_scrape.py", line 15, in class TwitterStream(tp.StreamListener): AttributeError: module 'tweepy' has no attribute 'StreamListener'

dracarys18 commented 3 years ago

That's happening because the latest version of Tweepy is 4.x.x and the bot needs to be rewritten for that.

Just specify

tweepy==3.10.0

In requirements.txt