473,396 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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_followers = [# 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_followers:
send_message() # function that sends messages.
list_of_followers.append(user)
new_followers.pop(user)
, but i want to do it with selenium and that person didn't have the time. can you help me?
Apr 11 '21 #1
0 2903

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Nigo | last post by:
Hi there Is it posible to make a link (to a php-file on a server) in an email that, when you click on it, sends info about who the reciver of the email is? Lets say I send out an email thru...
1
by: Thomas Sturm | last post by:
With which User-ID sends DB2 mails via the SMTP-Server? I configured an SMTP-Server with "db2 update admin cfg...". But our SMTP-Server allows only known users to sent mails. So I need to set up...
1
by: Shourie | last post by:
I've noticed that none of the child controls events are firing for the first time from the dynamic user control. Here is the event cycle. 1) MainPage_load 2) User control1_Load user clicks a...
0
by: sk27ahmed | last post by:
Hi Is any one tell me how to open "www.mail.yahoo.com" by sending it username and password via code by using C#.Net and NUnit(Selenium software)? I want to show yahoo inbox automatically when I run...
2
by: Eran.Yasso | last post by:
Hi all, I developed application in C# to be used in Vista. I used manifest so power user or any other user beside administrator can run. The problem is that the power user gets message that the...
2
by: ClearRift | last post by:
I've created an Access application in the 2003 file format that includes a button for the user to send a report via e-mail. The computers at work use Office 2007 products on Windows XP Pro with SP-3...
0
by: somsub | last post by:
Hi All, I am facing a problem while running a perl script through selenium RC server . I recorded oone log in test case with slenium IDE and run it after that with the ide only and it worked...
1
by: Erik Anderson | last post by:
Hey I am trying to get the hang of both Python and Selenium RC at the same time and having a bit of difficulty and was wondering if anyone here could assist me validating my Python Script. I've...
2
by: davidraimosson | last post by:
Hi! For a couple of days I've been trying to use Selenium to automate testing of a website. This fails because of a hidden menu item that is only displayed when the parent item in the menu is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.