Git Product home page Git Product logo

dynamic-webcrawler's Introduction

dynamic-WebCrawler

When I tried to fetch a webpage using React, I found selenium can help me do this.
The mechanism is that selenium can automatically open a browser and "use" it.
Hence, we can wait for the browser until it finishes rendering the components. We can successfully get the content in those components we want.
However, at the end I turned to fetch another dynamic page which using simpler language than React. XD

udn.py

It's a web-crawler using selenium to automatically scroll the page to load enough numbers of news.
"my_url" is the news list in udn.com in some category.
Before using it, we need to download a driver file for firefox or chrome.
Selenium will open a driver (firefox or chrome) and open the page, and fetch link and scroll down and fetch link...
After fetching all links of news we need, use BeautifulSoup to get content you need. (can also use selenium)
Then get the specific block you need, and output it in JSON.

mobile01.py

It's a simple static web-crawler. Fetch the data in mobile01. Use beautifulSoup. Output as JSON.
I encounter strange problems when using BeautifulSoup. It will disconnect sometimes.
If it disconnected, just read the articlesNum printed on console and modified the "articleNum" parameter in this file. Then, it can continue to fetch the next following articles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.