Recent content by Iamhere123

  1. I

    Creating a selenium Webscraper (Help)

    Oh I plan on scraping lots of pages, but this is just me getting used to Selenium Webdriver apache actions :). I'll have to modify the above so I can get the first free row or a unknown range I guess.
  2. I

    Creating a selenium Webscraper (Help)

    Something I'll consider when getting elements. Atm I'm trying to get the data into an excel spreadsheet. -- //www dot dropbox.com/home?preview=the+Writing+to+excel+range.txt It only gets the first lines tho :S. Looking up how to extract for an unknown range. I'm sure there will be answers...
  3. I

    Anyone good with selenium (python)?

    Thanks for the tip. So mysql databases has a big advantage over using vba + excel + Ftp ? Is it simply an online database where you can manipulate excels? I'm going to investigate mysql after I fix excel :D
  4. I

    Anyone good with selenium (python)?

    Sounds interesting :). So the delimiter allows you to use the text file and keep the data separate in the text file. Any good examples on this? II'll see if stack overflow has some examples and try it out.
  5. I

    Anyone good with selenium (python)?

    So getting extracted data and putting it straight into excel is slow where there is a a large quantity of data?
  6. I

    Anyone good with selenium (python)?

    Turns out I was missing a few apache files so it wasn't working properly. Now I'm going to have to dig through some stackoverflow q's and see if I can't write to excel with the extracted data :D.
  7. I

    Anyone good with selenium (python)?

    Hahaha yeah probably a bit overkill huh? I can scrape the data well enough but any excel actions don't seem to work. I have installed apache a few times :S. I wonder if there's a way to verifiy the install through windows :S. I'll be looking at lots of stackoverflow q's to see if I can't...
  8. I

    Anyone good with selenium (python)?

    Scrapy is good but it can't replace an actual browser. Selenium gets the job done where you want to emulate a browser and have no fingerprinting. I thing apache is not working on my pc for some reason . Maybe that's why I keep getting blank excels. Who knows *shrugs*. Time for 5 hours of bug...
  9. I

    Anyone good with selenium (python)?

    Yeah haha except when I do it it just gives me a blank spreadsheet xD. Do you have an example script that works? I'd kill for that..... lmao.
  10. I

    How do I get started on web automation?

    Linux is the best way to bot period. So much more functionality then windows. And yeap, firefox + chrome headless sounds amazing. Can't wait to start using them. If only I could work out how to scrape pages with Selenium *shrugs*. Oh well I suppose I'll look at 500+ pages on stackoverflow...
  11. I

    I want to scrape an ajax website, but detects my bot (Ubot professional stealth edition).

    Your only option is to scrape with Selenium as you can choose your browser or get Exbrowser plugin. Ubot browser is too easily detectable. Though Selenium is quite easy to learn. I am still learning it and can't yet scrape pages but can do a lot of other stuff I don't need
  12. I

    Anyone good with selenium (python)?

    Speaking of helping a brother out, anyone know how to scrape into an excel sheet. I've learnt a lot about selenium except for the only thing I wanted which was how to scrape into excel lmao xD
  13. I

    Creating a selenium Webscraper (Help)

    Hi :). I am trying to build a simple web scraper that extracts data and then puts it into excel. Can anyone help me create this? My link is below at what I've got so far. I simply want it to go here https:at//en.wikipedia.org/wiki/Trinity_Seven#Anime and gets the ep number and title of...
Back
Top