Giter Site home page Giter Site logo

reykim7854 / blue-archive-image-url-scrapper Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 14 KB

Blue Archive Image URL Scrapper

License: MIT License

Python 100.00%
beautifulsoup beautifulsoup4 blue-archive bluearchive python python3 webscraper webscrapping

blue-archive-image-url-scrapper's Introduction

blue-archive-image-url-scrapper

This python script scraps Blue Archive character image URLs from Blue Archive Wiki using BeautifulSoup.

Requirements

  • python 3.6+
  • beautifulsoup4
  • requests

How to use

  • install the required library from requirements.txt

    pip install -r requirements.txt
    
  • run scrapper.py

    • Windows
      py scrapper.py
      
    • linux / mac
      python3 scrapper.py
      
  • file will be outputed as student-images.json

    example:

    {
      "Airi": {
          "avatar": "https://static.miraheze.org/bluearchivewiki/9/96/Airi.png",
          "full_image": "https://static.miraheze.org/bluearchivewiki/4/4b/Airi_full.png"
      },
      ...
      "Yuzu": {
        "avatar": "https://static.miraheze.org/bluearchivewiki/7/71/Yuzu.png",
        "full_image": "https://static.miraheze.org/bluearchivewiki/0/0d/Yuzu_full.png"
      }
    }

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.