Drix10 / PyAdvisor

PyAdvisor - Your career advisor based on your github data & given info. Made using Hugging Face Model and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAdvisor - [Star 🌟 & Follow]

  • Welcome to PyAdvisor, your personal career advisor tailored to your Github profile and provided information. Follow the steps below to get started:

πŸš€ Step 1: Setup

1.1. Clone PyAdvisor Repository

First, clone the PyAdvisor repository to your local machine:

git clone https://github.com/drix10/PyAdvisor.git

1.2. Install Requirements

Navigate to the cloned directory and install the required dependencies using pip:

cd PyAdvisor
pip install -r requirements.txt

πŸš€ Step 2: Obtaining Your Github Access Token

To fetch data from your Github profile, you'll need an access token with read access. Here's how you can obtain it:

2.1. Generate a Personal Access Token

  1. Go to your Github settings: https://github.com/settings
  2. Navigate to "Developer settings" > "Personal access tokens".
  3. Click on "Generate new token".
  4. Give your token a descriptive name and select the scopes: repo (for private repositories) and read:user (for accessing user profile data).
  5. Click on "Generate token" and copy the generated token.

2.2. Input Your Github Credentials

Run the PyAdvisor script and input your Github username and access token when prompted:

python PyAdvisor.py

πŸš€ Step 3: Provide Your Information

After providing your Github credentials, you'll be asked to input your skills, interests, and goals. Follow the prompts and enter the requested information.

πŸš€ Step 4: Generating Results

Once all information is provided, PyAdvisor will process your data and generate personalized career advice based on your Github profile and input.

Example

πŸš€ Additional Notes

  • Privacy: Your Github access token is only used to fetch data from your profile and is not stored or shared anywhere.
  • Feedback: I welcome any feedback or suggestions for improving PyAdvisor. For any issues contact me on discord: @drix10.

About

PyAdvisor - Your career advisor based on your github data & given info. Made using Hugging Face Model and Python

License:MIT License


Languages

Language:Python 100.0%