SearchResultParser navigation and introduction

Clock
16.07.2024
An eye
26
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0

Common data

This is an article that is going to introduce you to my new project/webtool, SearchResultParser. Also, from this article, you can navigate to any interesting article for you. See them in the end.
The core of SearchResultParser is parsing data for search results (not just Google). By ‘not just Google’ I mean such search machines and engines as:
  • Google Google icon
  • Yahoo Yahoo icon
  • Bing Bing icon
  • DuckDuckGo DuckDuckGo icon
  • Baidu Baidu icon
  • Yandex Yandex icon
  • Aol Aol icon
  • StackOverflow StackOverflow icon
  • GitHub GitHub icon
  • Ask Ask icon
  • YouTube YouTube icon
  • MyAnimeList MyAnimeList icon
  • GoogleScholar GoogleScholar icon
  • GoogleNews GoogleNews icon
  • Coursera Coursera icon
This is all possible (data parsing from websites, services, or search engines) because of a Python library called search-engine-parser.

Structure/tech stack

Frameworks such as React React icon and TailwindCSS TailwindCSS icon . will be used as the frontend.
Django Django icon. for the backend part.
The hosting provider will be Timeweb Timeweb icon.
Robokassa Robokassa icon will be used to accept and make payments.
The entire project code will be open and divided into branches in accordance with the completed chapters/articles. You can find all the source code here: https://github.com/DmRafaule/SearchResultParser GitHub icon

What you can learn from it

  • How to use django and React together
  • How to use django and TailwindCSS together
  • How to publish a website on TimeWeb host provider
  • How to sync changes made on the developer website to already published
  • How to use proxy with parsers
  • How to make user-agent swapping possible
  • How to make your python scrapper in parallel manner
  • How to make a website secure and safe. Best practicies
  • How to user django and Robokassa together
  • How to start advertising using Yandex Direct and Google Ads

Navigation

Related articles


Comments

(0)
captcha
Send
It's empty now. Be the first (o゚v゚)ノ

Used termins

Related questions

Similar articles

Developing frontend part of a website with React on Django | SearchResultParser p. 2

Clock
16.08.2024
I show and tell how to develop a frontend for a site on React with a backend on django. I use MaterialUI and TailwindCSS, with source code and comments.

A new project, codename: SearchResultParser | Tim the Webmaster

Clock
16.07.2024
I will be busy developing a new project. His name is SearchResultParser. Its essence is to parse data from the search results of various search engines, such as google, youtube, …