zhangster12 / Twitter-Contest-Bot

Twitter bot for Retweeting and liking Twitter contests to win free stuff.
1 stars 0 forks source link

tweepy #1

Open aakash-priyadarshi opened 2 years ago

aakash-priyadarshi commented 2 years ago

how did you manage to install tweepy using npm?

It's sending an error and getting traceback errors while running the bot. I have already installed tweepy using pip and it works fine but not in with this bot. No module of tweepy is working here.

zhangster12 commented 2 years ago

It should be pip install tweepy, that's my mistake.