Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Adding Scraping Module for Tripadvisor website #1065

Closed
3 tasks done
piyush-poddar opened this issue May 26, 2024 · 2 comments
Closed
3 tasks done

Feat: Adding Scraping Module for Tripadvisor website #1065

piyush-poddar opened this issue May 26, 2024 · 2 comments
Assignees
Labels
gssoc GSSoC 2024

Comments

@piyush-poddar
Copy link

Describe the feature

As a part of GSSOC'24, I would like to add a Tripadvisor module which would serve the following functionalities:

Search for a particular query (destinations, hotels, restaurants, etc.) and fetch details like:

  • Hotels matching search query:
    • Name
    • Stars
    • Number of reviews
    • Location
  • Restaurants matching search query:
    • Name
    • Stars
    • Number of reviews
    • Location

Expected Level: Level 2

@nikhil25803 Please assign me this issue and add gssoc and level2 labels. Thanks!!

Add ScreenShots

image

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue
Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@piyush-poddar piyush-poddar changed the title Feat: Adding Scraping Module Tripadvisor website Feat: Adding Scraping Module for Tripadvisor website May 26, 2024
@nikhil25803
Copy link
Member

Go ahead @piyush-poddar

Note

  • Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
  • Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
  • Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.

All the best 👨‍💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024
Projects
None yet
Development

No branches or pull requests

2 participants