- Welcome to PyAdvisor, your personal career advisor tailored to your Github profile and provided information. Follow the steps below to get started:
First, clone the PyAdvisor repository to your local machine:
git clone https://github.com/drix10/PyAdvisor.git
Navigate to the cloned directory and install the required dependencies using pip:
cd PyAdvisor
pip install -r requirements.txt
To fetch data from your Github profile, you'll need an access token with read access. Here's how you can obtain it:
- Go to your Github settings: https://github.com/settings
- Navigate to "Developer settings" > "Personal access tokens".
- Click on "Generate new token".
- Give your token a descriptive name and select the scopes:
repo
(for private repositories) andread:user
(for accessing user profile data). - Click on "Generate token" and copy the generated token.
Run the PyAdvisor script and input your Github username and access token when prompted:
python PyAdvisor.py
After providing your Github credentials, you'll be asked to input your skills, interests, and goals. Follow the prompts and enter the requested information.
Once all information is provided, PyAdvisor will process your data and generate personalized career advice based on your Github profile and input.
- 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.