hi everyone,
i am completely new to botchief. At the moment i try to figure out, how to build a bot for chat. login works, several ifs work to get to the chatpart of the webpage but then:
more then 300 users wrote me a chat message. So i try to figure out, how to scrape a list of all the userids and save them to a table.
In a list view i see 20 users per page which have written me a massage.
When i am using the scraper to get the userids i find 20 times this. So its perfect.
But i am not able to scrape only the value of rel="", which has to be the userid. Im only getting all of this tag or nothing.
<span class="b-link im_user" rel="479853413" data-uid="479853413"></span>
Thank you in advance