How to build an Instagram Bot

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
welcome to this stream in today's stream we are going to be looking at automation and automating social media like we always do like we have always done so far now in today's stream we are going to be automating i believe we are going to be automating instagram or we're going to be automating twitter so something that we cannot do traditionally just by going to that webpage we're going to learn how to do with automation now let's go to instagram and let's see what we can do with automation so all right this is my instagram page let's maybe click on somebody like this person right here and let's say that i would like to take all of their followers and i would like to start following all their followers now that is something that i could do or i could follow all of the people that they are following and create a uh create a clone account out of this account now if i wanted to do this manually i would have to click here and maybe scroll all the way down and get the information from the different people now with automation this is going to be automated so we can do either this or we can go to a twitter page and we can do the same thing with twitter so for example let's choose an account like this person right here they have 8500 followers so let's say that i wanted to download all of their followers and create an account that uh yeah that just mimics this person and just download all of their followers and start following all of their followers as well now those are the two processes i am going to roughly sketch them out right now so i will open power automate before jumping into power ultimate i'll just create a quick slide of a test robot that we can uh of what our robot is going to look like so in the previous video we have done this robot right here we've extracted emails from linkedin we send the email to the contact and we kept all of the information in an excel file so in today's video we are going to do something else so let's just sketch out what our robot should do so our robot should go to go to twitter slash instagram we'll choose one of these technologies and anybody that is watching can choose whichever technology they want me to automate i will gladly follow their advice so let this be interactive so what we are going to do we are going to go to twitter we are going to go to either twitter or instagram and then we are going to then we are going to download all of the followers of that person after we download all the followers of that person we are gonna follow obviously the robot is going to be a little bit more complicated than that meaning that we can make it uh we can make it a little bit more complicated but having it keep track of the different things but right now let's just start and see how this turns out and where we get to all right so we said that we are going to be automating twitter and the followers of some account on twitter so let's say we want to automate their followers we should be clicking right here and going to the followers and they have a lot of people following so let's choose maybe a different account let's choose the process lens account so let's go to this account let's go to the followers and let's download all of these followers that we have right here all right so let's open power automate let's create a let's create a new process from scratch so let's call this from twitter we could do it also on instagram but uh twitter is fine for the time being so all right we will create a new uh a new canva and we're gonna search for a uh we're gonna search for a new action the new action is going to just open a web browser so we're gonna open chrome and let's go to this link right here so twitter or instagram so that is the question that we have let's try let's try with instagram instead so let's go let's go to instagram and if it if we're having a hard time we'll try twitter to see what whatever whichever one of these two is faster right now we're gonna do instagram so we're gonna open a new browser of chrome and after that let's see what we're gonna do we're gonna web record and we are going to click right here into this link over here so that opens the uh opens the followers so now i would like to extract all of their links and also all of the names as well so let's get all of the links and now let's get also the account the this account we could also get the image as well but right now it is not necessary so what else should we get in here so let's see if we can maybe get this div right here so let's get this div right here we might need it to focus later on so that is uh should we need to close this no not right now all right so let's finish this and let's see what we get inside of our automation let's remove everything that we don't need like those pages so we're gonna click on a web page we are gonna extract data from that web page and we're going to save the data to output data too and then we're going to click on our div now let's see if we can extract all of this information from that div and uh and yeah and see if our automation so far is working so it's clicking on the followers it probably has finished already it hasn't been able to extract any of the information so let's maybe add a weight and maybe the page was a little bit too quick so let's add five seconds and let's try this process again so the cool part about this is that if you're watching along you're gonna be learning the whole process of building a robot meaning what can go wrong what doesn't go wrong and how you can make your process just stronger all right so it did not it did not succeed in extracting anything from the web page so what we're going to do is we're going to try this in a different way let's use the web recorder again let's select chrome and let's just try one more time to extract all these elements so let's select this and let's also select this the link as well so let's click finish and let's leave this right here let's remove all of these we have a five second wait so let's try this one more time and see if this is going to extract the linkedin uh the linkedin followers all right so let's go back to power ultimate it was not able to extract the uh extract these followers so let's see why that is that is not maybe we have to focus or what it is finding the element it is oh it has extracted one of the links so it has extracted only the first link that is pretty strange so try this one more time so let's add a focus as well so what this is going to do is we're going to make sure that we are on the uh we're on the right window so let's do it by instance and handle browser very good so let's see if this is gonna make it uh make it extract the information so we managed to extract one one row let's see if we can extract all of the rows from that page the next thing that obviously we're gonna have to do is uh we're gonna have to uh scroll down some way so figure out how we can how we can scroll uh scroll here and load more results so we can just extract all of the information all right let's go back to our power ultimate and see how did it turn out to be so again the process has finished but it extracted only one row all right let's see uh let's try it out one more time and see what is what is the issue so let's go right here so let's extract the name and let's extract what we need so right here let's extract the link so that should have created everything that we need so let's try this let's try this one more time so we are extracting a lot a lot of data let's remove this one more time and we will see which one of these is actually going to work so we've seen that focus on the window and clicking the link on the web page is not doing that much so let's try this one more time like this all right we have clicked on the followers uh the followers have appeared in view now let's see if finally we've managed to extract some rows all right so we managed to extract the 11 11 rows uh from the uh from the page so that is pretty good so let's go back here we managed to extract uh their link to their profile and their name all right so that is a step forward let's delete everything that we don't need so we don't need all of these so so far we are going to the instagram page we are uh clicking on the followers and we are extracting all of the information that is here with the followers so the objective now is to scroll down and load more elements into view now this is going to be pretty challenging i believe because instagram is built in such a way to make it so that robots can't really automate it so we're going to have probably try a couple of different things so all right let's see uh extract data from web page all right so now we are gonna have to probably scroll down somehow in the web page so how can we scroll down right here so we have to click here and then we can either scroll with the mouse so we can scroll with the scroll of the mouse well that could be an easy option or we could well we cannot send keys we can click here send please no we can click here and send keys and go down or we can use some javascript and go down with some javascript so let's try a couple of different things the easiest thing that comes to my mind is now sending seeing if i can scroll down with the mouse so let's see if we have an option so let's search for the mouse let's see if we can send a scroll i'm not sure if we can send a scroll right button up middle click not really sure that could be that could be maybe it all right let's not all right so we cannot use we cannot use the score i'm not really sure how we can use it so maybe let's try sending some keys so let's see if we can send some keys all right let's send some keys and uh what kind of keys we want to send we want to send down all right so let's search for the down key we want to send it a couple of times so let's let's just start by sending it once and let's enable this as hardware keys all right so let's see if this is going to work so we are opening our linkedin page objective is to extract all of the followers we are here we managed to extract these followers but now we need to extract the all of them for all of the different followers so let's close a couple of these instances this did not work we just managed to extract 12 followers so why is that we need to send uh let's try so descending down it is working what is actually not working is that we are not sending the down to the right place so maybe we if we clicked maybe right here and send it down it might actually work so let's see if we can do that i have actually created this div previously so let's maybe send a mouse click can we send the mouse click let's see if we can send a mouse click um not yet we're going to try this if things fail also let's uh focus or how about let's see what we have in web automation so we have [Music] can we simulate so we can click let's try this before the sending down key let's try clicking a ui element so we are going to select this ui element right here we have closed all of our instagram instances and let's open this again so let's go right here let's go to this account and let's see what kind of uh what we can what we can capture with with this so if we click on followers that is not that is not working quite well let's try it on our other screen it is working a little bit better so much much much better so my resolution is a little bit better on the other screen so let's try sending a click generating a click okay very good all right i have a couple of elements that i can start working with and let's see if this is if this is going to work so i have generated two elements let's actually click on yeah let's try clicking on the text after that we'll work on the selector to see if it if it's how we can make it any better so all right it is opening right here i might be having too many too many sessions open at the same time so let's try refreshing this let's stop this and let's try opening this one more time all right let's open this one more time it is opening on another page still no sign of life we did click somewhere so that kind of did work so let's try let's try opening it on the other browser and on the other screen and see if it's an issue with the resolution that we are having so it's waiting for five seconds all right and now it should click inside of the text all right that worked actually pretty well so now if i uh i will change my screen on which i'm working on so that everybody can see uh so that everybody can see how uh that is working on the on the other screen so let me let me change my screen and let's capture the other screen excellent all right so that worked it moved the mouse down as we can see so let's try adding a couple of more of these and see if we can capture more data right here so let's also add one more weight right here and let's run this process once again so here it is it is opening the it should click right now in the text previously so it's waiting five seconds it should click in the text it should go down and now it should retrieve a lot of information i imagine more than no it hasn't retrieved a lot of information so for some reason the data hasn't been uh hasn't been inserted so we just managed to get some of the data so all right let's try let's try this one more time so let's do something like this let's use the web recorder and that is sometimes that is what automation is all about it's about sometimes channel let's load a lot of elements and let's try to extract this and that url let's extract it from the next element as well and now we should have it generated so let's see if this time it is going to work and if we're going to extract more information so i can see here that the information wasn't certain so let's remove everything that we don't need and let's try this one more time all right so it is opening the followers once again it is clicking down it is going down it is is it extracting the information it has managed to finally extract the information so here we go we have managed to extract 24 24 rows so far so let's see if i were to add maybe uh one more of these could i extract a little bit more data out of this so let's let's try this one more time we are almost there we have almost created a robot that extracts information from a linkedin account so let's go back here to our uh to our linkedin page let's close some of these linkedin pages and so far so far so good i would have to say so uh it didn't actually turn out to be as hard or as complicated as i was expecting so we are again in the followers list and now it should now the page should go actually quite a lot down so let's see if we did extract any more information more than maybe 24 information the process is going a little bit too fast so we should add a little bit of weight here as well so let's add a little bit of weight and i think we need to add a little bit more scrolling down so let's add one more weight so theoretically we can put this in a loop but let's see if this works we're going to put it in a loop so that we can actually create something that is going to scroll down all the way down and extract all of the 200 whatever connections that this person has or 83 connections that this person has so it is scrolling down it's waiting now theoretically should scroll down again and it is not scrolling down now why is that it has skipped a lot of these so after scrolling down so maybe what if we do something like this now this is like really the worst kind of practice that we can do but since this is not working let's see how what happens right now this could be actually pretty interesting let's see if we get we can get all of these followers so all right we're scrolling down there is a limit on which we can scroll down so uh it doesn't really matter how many of these we put there is a limit so let's see if we can maybe repeat and add this selector once again here and if we can just repeat all of this once again so click on the ui and send and send keys so just like just like we have it here click on the ui and send keys all right let's see if that is going to be any uh any good let's run this process and see what happens all right so far so good uh that's not what's supposed to happen did it break no it's clicking it's doing something it's now i should wait directly for five seconds and should click again so that part is not working very well so that is because our selector is pretty much garbage now let's change our selector and let's try to make it a little bit better carla filipino so obviously it cannot find this person so let's try to change let's try to change this so let's see let's see what it says so right here it says text let's try going like this so let's change this and let's add let's just go like this update there is no more carla filipino theoretically if it still works uh directly if it still works that's pretty good so let's see what happens and we can also remove this and change this and add this right here so let's see if this selector is going to work this selector should allow us to uh to click theoretically anywhere i'm not really sure that it's going to work but let's see what happens so it clicked somewhere so theoretically the second one should click somewhere as well let's see if it's going to click somewhere the second one has broken so probably there is a reference to this person's name once again inside of the selector let's take closer look at the selector and see what we can if we can fine tune it a little bit more so all right let's see probably because it's clicking on item 6 and it cannot find item 6 or maybe it is looking for let's see here let's try selecting ordinal and let's see if this is going to work all right let's i know on the other one doesn't matter let's see let's see let's see let's see so again here we are it is loading again if this doesn't work we can then try again yet another approach so we can click on the on something else maybe i think i have chosen actually a pretty bad a pretty bad uh pretty bad selector to play around with so this is not working at all it's not finding it's not finding anything so let's try a different approach so let's click maybe on something else let's see what else i have managed to record let's try clicking on this box and maybe in the center of this box so we're gonna click in the center and what is this called it's called followers 2 i believe all right let's select this we're going to click inside of the center and then we're going to send the keys so let's try this one more time and see if this is going to work different approach let's see what happens so just by spying a different element maybe this is going to work depending on where we click or where our selector clicks so so far it has actually worked that is actually great now we can actually stop our process we don't need to wait for it to finish and let's do something smart that we should have done previously let's just create a loop and let's add this loop right here obviously i forgot so let's start this from zero let's end at three and let's increment by one so we're going to do this three times right here let's move these things in here and let's see if we can now scroll all the way to the bottom of that page hopefully fingers crossed because uh these little things are pretty pretty annoying but once you figure them out they are uh yeah they're just like a checkbox so let's see five seconds theoretically click again all right what is this not really sure so it's probably going to click on that image all right so that that didn't really turn out as as planned so all right so let's stop this let's maybe offset our image let's just try something just just let's just try it it doesn't matter let's save it right here and let's try this one more time theoretically like this i am holding my fingers crossed so what we are doing right now we are offsetting the click of the image we are making it a little bit more shifted to the right so it is likely the mouse is not likely going to be over an image of or over a name of a profile so that uh so yeah so that it's going to be able to click properly it is a little bit too much so that is a little bit too much so let's let's change this one more time and let's offset on the x-axis let's try by uh 10 and see what happens so a lot of trial and error eventually we will get there it is just a matter of just a matter of time before we figure it out and we're able to extract all of the all of their connections so let's see we started by uh yeah we started by trying all kinds of different things now we've made some progress and that is not where we want to click so it's -10 probably so let's go right here and let's add minus 10 let's save and let's try one more time a lot of trial and error it could be good if we could create a robot that does this if anybody is thinking about a cool challenge or a oh damn it i move the mouse so that is still not good enough so let's try maybe of setting it by 100 pixels so let's let's go here and let's set it by 100 pixels i believe these are pixels these are indeed something let's try by 100 pixels well let's not jump so much let's try 40 or 50. all right let's try one more time we can do this all right it is finally it is working so we managed to do the first cycle of the loop now you should click on follow finally it is working that is great thumbs up for the rpa champions and for the rpa champion community everybody watching give yourself a thumbs up for learning automation so we've uh we've managed finally to scroll down and we managed to do the uh the other step that we were stuck on so let's see if we managed to extract also 46 46 rows all right let's increment our loop and see if we can extract everybody let's put it to like seven and just see what happens so we got 46 of the followers let's see if we can get a few more of these guys so it has it started loading it just randomly clicked on a follow but i mean it doesn't really matter the flow is working if i get a couple of extra photos in the process that is great so it is it is continuing so it's not breaking so let's remember we should be doing this for seven times and the next step once we finish this or once we complete this part we are going to be able to uh extract their links and follow them back and maybe in this in this short video we can also see how we can follow them back as well all right so has this finished have i extracted all of her followers let's see she's got 83 followers and we have extracted 68 followers so i guess we need to increase our loop maybe by two more two more times and get all of her followers this is a pretty rudimentary and pretty uh not the uh not the smoothest api integration or automation however the process works well does it yes it does so however the process works and if the objective is to extract the followers all of their followers well we are on the path so i got a question which is from hysteria thank you so much for watching hysteria so is there a way to figure out if the user is on the phone or desktop now i'm not really sure what you are referring to my friend uh if they are on the desktop or on the phone you mean on the ah okay if they are yes there is right after this this cycle has completed i will show you how we can how we can do that so right now i'm viewing it on the desktop mode but we can very easily change it to the phone mode i will show you how we can do that so i think we have extracted all of their followers so 73 followers and let's see how many she has uh 83 i'm not really sure why then extract the last 10 doesn't really matter maybe oh i don't know why because there are also i'm following them probably one two three four five six seven eight nine so maybe i'm not sure but maybe that could be it maybe because i'm following those guys anyways let's answer to hysteria's question so how can i know if this is on desktop or on the phone so i can uh inspect the element and if i inspect the element i can see it right now on the desktop and like this is on the phone so when it changes when it changes uh when it changes the layout you know that is on the on the phone so you can do that you can do that with the inspect element tab in the uh in the uh google in google chrome so you can change it from desktop to mobile with visualization all right so that is that is the first part we've we got let's see what we got here oh that is yes for sure so fight club i will do right now apart in excel where we're going to copy this information inside of excel but i will definitely organize the tutorial for excel sheet automation in particular in detail and hysteria yes there is so let's try let's try figuring oh my goodness so let's try figuring it out so i think it's in the um in the html parameters from the top of my head i'm not a hundred percent uh i'm not a hundred percent sure so uh i know there is a parameter in the uh in the html that says if this is a if this is a browser or this is a uh if this is a browser or if this is a mobile device i'm sure that we can figure it out but uh but let me leave me a question and i'll try to get back to you leave me a question in the comments this video afterwards and i'll try to get back to you once i figured out however let's try let's let's just try really quickly because i'm pretty curious as well so let's search for how do you let's search for this like this and that could so give it a search i'm not really not 100 sure how we can do this let's jump back into this uh let's jump back into this but however hysteria if you uh if you leave me a question i am pretty interested in figuring this out as well so uh i'll try to figure it out and i'll leave you a uh i'll leave you a comment thank you so much for your question let's quickly just quickly get all of their followers so we extracted all of the information from uh with number two so number four we don't really need it anymore and what is the last thing that we need to do we well we should put this inside of an excel sheet uh we should make this dynamic so whatever link we put here we are going to automatically extract the profiles and we have to make this smart in some way after that we also have to start following the other people that we've extracted but for right now let's put all the things inside of an excel sheet so let's go to excel let's launch the excel at the beginning of our uh process let's do it with a blank document and let's save it at the same time we are also going to write 2d current attached to running read get saved right here we go we we're gonna write the excel sheet and we're gonna write what value we're gonna write well first of all we're not gonna leave the excel sheet uh launch excel sheet we're gonna put it right here in the end actually we are gonna cut a couple of steps we're just going to go here and we are not going to save this into a variable but inside of an excel sheet directly so we are going to have this excel sheet after that we are gonna close the excel sheet and save this excel sheet so let's save this document as let's save it and let's get a unique a unique uh unique date and time so let's let's go with date and time convert text date and date get current date and time all right let's put this all the way at the top so we're gonna get the current current date and time we're going to convert the text or the time text so that we can use it and let's add this right here all the different variables let's save it excellent and after that let's go to uh right here close our excel file and let's create a document first let's select where we're gonna save it we're gonna save it right here inside of process lens and we're going to call this instagram instagram followers so here we go we have the instagram followers uh but also in the end we're gonna add make this xlx excel file and we're also going to add a a variable which is our date and time so this is going to be unique this kind of name is pretty bad so let's make it a little bit nicer this maybe looks a little bit nicer so let's save this and this should be pretty much it we should extract all of the followers and put them inside of the excel sheet so let's see if this has worked and if this is work this is this has worked this is pretty much pretty good because with this we can find out who are all of the followers of a specific person we can follow those followers and we can do many more things we can also have uh their linkedin profiles we can do some targeting audience oh what has happened here so let's see let's see let's see let's see we don't want this to happen let's see if this is going to happen again let's just let it let's let it finish and then we're going to try to manage that manage the exception so it's going down scrolling down by itself it got all the way to the back to the end so now it is still scrolling more down so there's still more apparently still more profiles to see so it's crawling more down okay all right and now it open an excel sheet on my other page so this is the excel sheet so theoretically it should save this excel sheet as well so it has not saved the excel sheet so why did not say the excel sheet because i'm using a wrong extension probably okay so let's find out the excel extension on the fly if somebody knows it just please type it to me in the chat all right so let's add this and also let's try to fix that issue that we had right here so the issue was that we're clicking on a little bit on a button so let's maybe add let's make this 150 and see if this is if this is going to be bulletproof and we're going to extract all of her accounts so let's see here we have did we extract quite a lot of stuff yes we did and then we can create the robot that is going to extract their accounts their accounts their accounts and just create massive amounts of excel files of different profiles and things but apparently there is no limit to this so we can we can do this uh forever we can open different here we go we can open different uh different followers and we can just scroll down and we can get there uh we can get that information so this is actually going to be pretty bulletproof because the mouse has been positioned right next to the buttons of the following and the follow so it's never going to click either on the name or on the follow button so uh yeah this is actually pretty good this is uh well you can do this with javascript so if you just copy and paste some javascript inside of your web page you can do pretty much uh all of the things that you do in power automate desktop you can also use uh fight club by the way thank you for the question uh you can also use ui pod blue prism automation anywhere robocop nice and many other many many other technologies as well so uh i however find power automate desktop to be completely free therefore it's super easy to use and utilize and it's extremely powerful as you have seen uh instagram on is a super complicated page to extract things and to do any kind of automation however in a very little amount of time we were able to uh create a process that is extracting all of your followers and they've actually made it so that that it should be that that should be hard for automations to do so so we have with power ultimate we have uh been able to spy a complex application just like uh just like instagram so i highly recommend it instead of just uh using scripts using script will help you enhance your code so absolutely you should do this why is this not working because we have slashes right here so all right let's let's fix this one more time and convert this in a different format let's try if this is this is probably going to work so uh that is pretty much it let's try it on a different profile and just out of curiosity see if this is going to work on a different profile so let's go with this dude right here and see if this is going to break or if this is going to work on this profile as as well so if it works that is actually pretty great so this guy has 702 followers we're obviously not going to extract all of his 727 followers because our loop only stops at nine but we know that a loop of nine can uh can extract actually around 120 so we'll just change our loop and make it go and make it go more so i'm not sure if there is a limit to how many uh how much we can scroll down but we can definitely actually find out right now after this we're going to put in a loop that is going to scroll all the way down and that is going to try to extract all of his 727 followers now i thought that actually this was going to be pretty hard and pretty complicated to do with power automate but it turned out to be actually a pretty a pretty easy walk in the park so uh we've actually we are extracting quite this process is working so far it's scrolling down thank you thank you ask you bob martino for your process we've opened another another excel and here are his how many users that we get 86 all right so what would happen if i were to and again so that is why this is not working so we're not supposed to be using the current time but we're supposed to be using the ladies and gentlemen we're supposed to be using the format date and time all right let's go so this is going to work 100 and let's maybe put this to 20 so that should extract maybe 200 users let's try to 200 users if it's working with 200 users we're going to increase this to more let's actually put it to 15 and see if 15 is going to work so if it works with 15 we should be able to extract all of the uh all of his accounts now that's a pretty interesting account that this guy has he seems to be a italian rapper of some sort and a chef judging by the pictures that i'm seeing so process is walking so far in the meantime while we wait for this to finish please make sure that you have that you can ask any questions that you would like to do uh know regarding microsoft power automate just know that i am currently preparing a microsoft power automate flow and microsoft power automate desktop course that is going to include flow and desktop and we're going to build some amazing processes using ai and machine learning i will be putting the pros the this uh this uh this training onto udemy because it has taken me actually quite a few weeks to put it together and it's still not finished yes it is completely free now if you just search for let me drop a link for you right there but if you just search for uh power automate desktop and oh i'm gonna be messing up my process if i move my mouse so but if you just search for power automate desktop uh you are going to be able to to find it and download it and install it completely free keep in mind that you do have to have a microsoft account uh so register for microsoft account is completely free once you have that you will be able to log into flow and from flow you will be able to download microsoft automate desktop and the gateway as well so this apparently has finished let's check out our process how many did it how many things did it extract is this a process excel instance has saved successfully so let's go to our uh process lens and here we have the account this was just created let's see what we have inside so we have we have we have we have 128 accounts so all right i will just increase now the uh increase now the my loop right here and put it to 25 or how about we just let's extract all of these guys counts it's going to take a couple of minutes but we are here for that so 40 could there be a smarter way that i could do this so if anybody knows of a smarter way that i could maybe scroll down to that i can scroll down all the way to the bottom without yeah i think this is this is this is going to be how we how we do it this time so there might be a better way or a different way automations and robots are built are built uh are built uh yeah by humans for humans no not really but automations and robots are built uh all differently so it doesn't really matter how you build your robot or how you uh as long as it does the same thing so it can it can do the same thing in many different ways or in many different actions all right so here we are we are scrolling down and we are uh yeah we are scrolling down we should be getting all of their we should be getting all of their connections so far so that is pretty much it for this for this training and for this tutorial if you have any more questions feel free to drop them down inside of the description if you also have any ideas for future trainings or other training uh other training that you would like to see on power automate and on automation i would love to make to make them for you a big shout out for my chilean friend who requested this automation to see how how you extract things from instagram so so let's wait for this to finish and once it has finished it should save the file and it should we should have all of these guys followers so so we could also put i'm thinking about right now we could also put a really big number inside of our loop it doesn't really matter yes for sure sir you can drop your query underneath any one of my videos on the channel you can write me an email you can join the discord channel where the community is and and that's pretty much it you can also ping me on linkedin where i am most active so whatever your question is if you need some help i am here to help you guys automation is great and sharing this knowledge on how to automate i think it's great and i would love to share it so let's wait a little bit longer for this process to finish so let's see is it still going yes it is still going down not sure that this is going to work i mean how can we load onto the page like 727 links inside of a little inside of a little window but i guess that's i guess that's what we're doing so i will also get a glass of water while this is while this is continuing i would love to leave some music in the background however uh i will get sued by youtube and that is not a good thing don't forget to drop a like and subscribe to the channel as well so i will be back in a second let's see if this robot is going to do what we set forward to do in the beginning of this video all right we are back this this robot is still going it is going to be uh so here we go you can i cannot move my mouse but you can ping me on link it in or my email is greg at processleans.com so if i move the mouse and i click on other places or off the screen the uh i might mess up the robot because it might click somewhere else so since we're almost here i think it has actually completed has it completed yes it has completed and here is the excel file that it has it is is it a huge excel file it's a pretty huge alpha so we have 314 314 so we have half of these guys so if i were to continue scrolling down i guess i would get all of them so we managed to get half of this half his connection i think that is more than enough so ladies and gentlemen fight club and hysteria thank you so much for joining and tuning in and for your questions all of you are pa champions out there looking for automation thank you so much for watching and i will see you in the next video and in the next live stream thank you again you are the best
Info
Channel: RPA Champion
Views: 62
Rating: 5 out of 5
Keywords: how to share post in all facebook groups at once 2021, how to share post in all facebook groups at once, share post in all groups, share your post in all facebook groups with one click, how to share post in all facebook groups at once from mobile, how to share post in all facebook groups, how to share post in all facebook groups just one click, Post Share in all Groups, how to post all fb groups at once, post to all facebook groups in one click, rpa champion
Id: kh0NYN8yjhg
Channel Id: undefined
Length: 58min 45sec (3525 seconds)
Published: Mon Oct 04 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.