User Profile

Collapse

Profile Sidebar

Collapse
composer
composer
Last Activity: Apr 11 '21, 09:24 PM
Joined: Apr 11 '21
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Selenium: If user follows this bot sends them a pm that asks why they followed. How?

    im trying to make it here: https://replit.com/@upsideumop/ydidufollowme
    my follower page is here: https://musescore.com/user/35155956/followers
    someone told me to use my code, then do this:
    the code:
    list_of_followe rs = [# get this list(I assume you know how to...)]

    new_followers = [# create another list of new followers that]

    for user in new_followers:
    if user not in list_of_followe rs:...
    See more | Go to post

  • Selenium: If user follows me, this bot sends them a pm that asks why they followed.

    im trying to make it here: https://replit.com/@upsideumop/ydidufollowme
    my follower page is here: https://musescore.com/user/35155956/followers
    someone told me to use my code, then do this:
    the code:
    list_of_followe rs = [# get this list(I assume you know how to...)]

    new_followers = [# create another list of new followers that]

    for user in new_followers:
    if user not in list_of_followe rs:...
    See more | Go to post
No activity results to display
Show More
Working...