edoardottt / twitterbot2

Like and retweet your tweets, or search tweets by topic. It stores and serves data with a Flask webapp. 🐦 Live demo running on twitter.com/ai_testing
https://edoardoottavianelli.it
GNU General Public License v3.0
56 stars 9 forks source link

Logger error #39

Closed Boroom closed 2 years ago

Boroom commented 2 years ago

I tried to install your twitterbot using python 3.9 and 3.10 and i have the same issue. I installed the requirements.txt and everything was fine and updated the globals.oy as it is mentionned.

You can see what happened on the screenshot.

Note : I tried to give the keyword with and without the " but I have the same issue.

image

edoardottt commented 2 years ago

Thank you @Boroom for the help! Appreciated the logs :)
Just pushed an update, could you please try it and tell me if everything now is okay? If yes, I will close the issue.
Thank you :)

Boroom commented 2 years ago

It's working fine thanks ! I have a question, when I'm using the "-k" parameter, is it possible to give several keywords or it's only one at a time ?

edoardottt commented 2 years ago

For now it's only one word, I remember there isn't an API method to search for different terms, but maybe in this way you will reach the limit cap really easy.
Open another issue specifying the functionality, I will try to find something :)

edoardottt commented 2 years ago

I'm closing this issue because the problem seems solved.