rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.3k stars 448 forks source link

Auto add to list error #115

Open maximemedard opened 7 years ago

maximemedard commented 7 years ago

""""""""">>> my_bot.auto_add_to_list("#MonPremierTweet", "Bienvenue", count=3000) Traceback (most recent call last): File "", line 1, in AttributeError: TwitterBot instance has no attribute 'auto_add_to_list'"""""""""""

Where is the attribute "auto add to list" ?

Thx

factorlive commented 6 years ago

the pypi package did not include the auto_add_to_list function. however, the github version does have it and you may want to add it directly to the site-packages folder