-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Issue #450 #676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #450 #676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations!! for making your first PR at Amazing-Python-Scripts, our mentors will review it soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the chrome driver, add the instructions in the readme to place latest chrome driver in the directory
Insta-Bot-Follow-SendMsg/README.md
Outdated
@@ -0,0 +1,4 @@ | |||
What is the objective of the Script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format the readme properly, The headings need to be levels, level 2(##)
Insta-Bot-Follow-SendMsg/instabot.py
Outdated
|
||
users=['lit_perception'] | ||
|
||
USERNAME='enter username' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get this from user
Insta-Bot-Follow-SendMsg/instabot.py
Outdated
from selenium.webdriver.common.action_chains import ActionChains | ||
|
||
|
||
users=['lit_perception'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get users from user
@kaustubhgupta updated |
Insta-Bot-Follow-SendMsg/README.md
Outdated
@@ -0,0 +1,23 @@ | |||
# Level2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here replace level 2 with script name
Insta-Bot-Follow-SendMsg/instabot.py
Outdated
browser = webdriver.Chrome(ChromeDriverManager().install()) | ||
time.sleep(10) | ||
users=[] | ||
users.append(input("Enter Users Username Whom You Want to Follow and Send Msg ")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how this will take multiple users? It will take all the comma-separated users as strings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaustubhgupta updated
@kaustubhgupta updated change required |
Insta-Bot-Follow-SendMsg/README.md
Outdated
@@ -0,0 +1,23 @@ | |||
# instabot.py | |||
What is the use: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the use: | |
## What is the use: |
Insta-Bot-Follow-SendMsg/README.md
Outdated
|
||
5. Once done, it will Show the Msg. | ||
|
||
Note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: | |
## Note: |
Insta-Bot-Follow-SendMsg/README.md
Outdated
Selenium, getpass and time | ||
|
||
|
||
BY Vivek Kumar Patel No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BY Vivek Kumar Patel | |
## By Vivek Kumar Patel |
@kaustubhgupta Now updated |
@antrikshmisri @santushtisharma10 can u plz review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
@avinashkranjan
Script will follow and send msg
Fixes: #450