edouardthom / InstaBot

A data-centric bot to monitor your Instagram audience and expand it.
11 stars 2 forks source link

Change you insta password #1

Closed oliverguhr closed 3 years ago

oliverguhr commented 3 years ago

If this is your Insta password, you should change it ;)

https://github.com/edouardthom/InstaBot/blob/6096a4a6360cd522ba6415a44d3c5e18f5ecdabc/instabot_main.py#L15

edouardthom commented 3 years ago

omg thanks a bunch ! I'm usually neglecting security matters... Btw if I may ask, how did you stumble upon my new repo ?

Thanks again and have a great day :)

Le lun. 16 nov. 2020 à 10:25, Oliver Guhr notifications@github.com a écrit :

If 'pro-accent!0In$' is your Insta password, you should change it ;)

https://github.com/edouardthom/InstaBot/blob/6096a4a6360cd522ba6415a44d3c5e18f5ecdabc/instabot_main.py#L15

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/edouardthom/InstaBot/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUQFQY3TBCCIP57RQHYQYLSQDVW7ANCNFSM4TW5GQGQ .

oliverguhr commented 3 years ago

Apparently I follow you - I am not sure why :) Today your repo was on my GitHub feed. I clicked on it because I thought about creating an Insta bot some time ago. So I was just curious and looked at the strategy that you implemented.

oliverguhr commented 3 years ago

PS: Do I need something besides selenium to run your code?

edouardthom commented 3 years ago

Disclaimer : it is a work in progress

The pure python part that can run in local just requires python 3.7 + selenium + chrome + the adapted chromedriver that your OS needs to be able to find (in macos i put it in sth like /usr/bin/local) + a couple other usual data libraries such as pandas and numpy

Then the goal is to make it run perpetually on a free AWS instance, and the instance will in the future send emails with daily stats. That last part in not fully done, still a bit buggy, also I'll sum up everything with some tuto once the MVP is functional ---> stay tuned :p

On Mon, 16 Nov 2020 at 11:06, Oliver Guhr notifications@github.com wrote:

PS: Do I need something besides selenium to run your code?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/edouardthom/InstaBot/issues/1#issuecomment-727875776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUQFQ5SJFR7PSRCFFOH7P3SQD2S3ANCNFSM4TW5GQGQ .

oliverguhr commented 3 years ago

Sounds great! I'll come back later :)