Estayparadox / Insta-Bot

Python bot using Selenium increasing Instagram Followers.
MIT License
200 stars 47 forks source link

noob needs help #15

Closed luda213 closed 1 year ago

luda213 commented 1 year ago

hi guys its been very annoying and i need help please obrázek_2023-08-29_105337377

ModuleNotFoundError: No module named 'pandas'

Estayparadox commented 1 year ago

@luda213 by running pip3 install -r src/requirements.txt at the root of your project, it should install all the modules listed in the requirements.txt file.

Estayparadox commented 1 year ago

@luda213 you can also comment the two following lines if you really cannot install the panda module.

updated_user_df = pd.DataFrame(prev_user_list)
updated_user_df.to_csv('{}_users_followed_list.csv'.format(strftime("%Y%m%d-%H%M%S")))