Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bdaybot/firefox.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
elem=WebDriverWait(driver,delay).until(EC.presence_of_element_located((By.CLASS_NAME,"_2s25")))
time.sleep(5);
elem.click();
print ("Successfully Logged in");
print("Successfully Logged in");
time.sleep(2)
except TimeoutException:
print ("Timeout or wrong email/password") ;
print("Timeout or wrong email/password") ;
driver.close();

def post_checker(post):
Expand Down Expand Up @@ -170,7 +170,7 @@ def post_checker(post):
print("Total ", count, " posts found ")


print ("Successfully liked and wrote the comment on relevant posts, ",no_of_postliked)
print("Successfully liked and wrote the comment on relevant posts, ",no_of_postliked)
except TimeoutException:
print ("Timeout")
print("Timeout")