ruby on rails - Load telegram chat history with Watir -


i writing first webscraper in rails , need retrieve chat history group part of in telegram.

i know telegram written in react couldn't use mechanize decided try watir now. able have watir login , see group chats, last 100 or messages display unless scroll display more of history. when use

browser.element(class: "im_history_messages_peer").text.strip

i recent messages. see telegram has api, not sure how use log in account , day's worth of chat histories groups. watir viable option kind of scraping job?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -