CamTosh / instagram-bot-dm

Instagram bot to send direct messages
GNU General Public License v3.0
326 stars 65 forks source link

logging.info(f'Login with {username}') #23

Closed alirezarpi closed 3 years ago

alirezarpi commented 3 years ago

Hi, thank you for sharing this code to the community, I have problem on importing your project:

from instadm import InstaDM
  File "/Users/alireza/Workspace/Personal/insta-bot/instagram-bot-dm/instadm.py", line 94
    logging.info(f'Login with {username}')

Tell me if I'm doing something wrong, I made a test.py file into the repo and running it inside the repo. Thank you in advance.

alirezarpi commented 3 years ago

Never-mind I was running it with a un compatible python version.