Skip to content

This is the project scrapping many websites from google based on user's input made by python. Let's make new one world with shinobi.

Notifications You must be signed in to change notification settings

partner0307/python-web-scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-scrapping

Tadao Minami's Dev Card

Let's make new one world with shinobi.

This is python script made by flask framework. It intended to scrap the websites from google search engine using Flask based on user's input.

About Python Flask

Flask is a Python web framework that allows you to develop web applications quickly and easily. It is lightweight, modular, and very flexible. Flask provides simple tools for creating web applications including routing requests to the appropriate view functions, rendering templates, handling HTTP requests and responses, and more.

Some features of Flask include:

Built-in development server Templating support URL routing Support for secure cookies Support for unit testing Integration with many third-party libraries Flask is often used for developing small to medium-sized web applications or APIs, but it can also be used for larger projects as well. It provides a lot of flexibility in terms of how you structure your application and allows you to keep things simple or scale up to meet more complex requirements.

Overall, Flask is a powerful and popular web framework that is beginner-friendly and great for building web applications in Python.

How to work

  1. Install python.exe.
  2. Install Flask framework.
  3. Run app.py using python -m flask run instruction.
  4. Access to 127.0.0.1:5000 in browser.
  5. Type the topic to input field.
  6. Alright! You can see scrapping data from google search engine.

About

This is the project scrapping many websites from google based on user's input made by python. Let's make new one world with shinobi.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published