Giter VIP home page Giter VIP logo

glassdoorinterviewexpert's Introduction

GlassdoorInterviewExpert

Image Scrape Glassdoor Interview Questions for a company of your interest and have GPT-4 summarize these questions for you.

Features

  • Customizable Query: Specify the company whose interview questions you're interested in, and the tool will fetch relevant questions from Glassdoor.
  • GPT-4 Summarization: Utilizes the advanced capabilities of GPT-4 to provide clear, concise summaries of the fetched interview questions.
  • Interactive Question Addition: Add your own questions about the interview process in a simple text file for personalized insights.

Getting Started

Prerequisites

  • An active OpenAI API key.
  • Python environment capable of running the script.

Installation

  1. Clone the repository to your local machine.
  2. Install the required dependencies using Poetry: poetry install.

Configuration

  • Add your OpenAI API key to a .env file in the project directory.
  • Set the base_url in main.py to the Glassdoor interview start page of the company you are interested in.

Usage

  1. Add any specific questions you have regarding the interview process to questions.txt. There are some example questions already provided to get you started.
  2. Run the script using the command: poetry run python main.py.
  3. The script will first scrape Glassdoor for interview questions and then proceed to summarize them using GPT-4.

Development Tools

Pre-commit

Pre-commit is used in this project to ensure that git commits adhere to a consistent style and prevent committing problematic code. The hooks configured in .pre-commit-config.yaml will automatically check and fix issues (where possible) in the staged files when you run git commit.

Using this project's pyproject.toml, poetry already installs pre-commit for you, so no need to take care of it manually!

If you want to run pre-commit manually, enter the poetry shell and use:

pre-commit run

Poetry

Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. If you would like to add a package, simple run:

poetry add <name-of-dependency>

Contributing

Contributions to enhance GlassdoorInterviewExpert are warmly welcomed. Whether it's bug fixing, feature adding, or documentation improvements, feel free to create a pull request.

glassdoorinterviewexpert's People

Contributors

franziskavonalbedyll avatar

Watchers

 avatar

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.