GithubHelp home page GithubHelp logo

web_scraping_beautifulsoup_api_vk's Introduction

Web scraping using BeautifulSoup and VK API

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

There are no specific requirements to run and explore this project. Python 3.8.10 and current versions (as of 29/07/2021) of the following libraries were used:

  • requests
  • BeautifulSoup
  • time
  • pandas
  • json

Project Motivation

Using web scraping I wanted to extract information form different websites using two main approaches:

  1. Using BeautifulSoup through inspection of page's source code (websites used: https://habr.com/ru/all/ and https://www.avast.com/hackcheck/).
  2. Using API (https://vk.com/)

File Descriptions

There is 1 notebook available above which explores the above mentioned web scraping techniques. There is also a file that contains token for vk API, though for security reasons it is not included on github and has to be created separately if anyone wishes to run the API part of the notebook.

Results

All findings are presented within the notebook for better visibility and context. It is worth mentioning that https://www.avast.com/hackcheck uses a hidden API which is used to check email for hacks and not its own database.

Licensing, Authors, Acknowledgments

Credit goes to https://habr.com/ru/all/ and https://www.avast.com/hackcheck for not making it impossible to use web scraping on their websites. Also, to https://vk.com/ for providing free access to their API. Feel free to download or fork the code and explore it in any way you would like.# web_scraping_beautifulsoup_api_vk

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.