Skip to content

huseyinsahinli/GithubUserWithCubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Stalker

This project is a Flutter application that retrieves information about Github users based on their username.

Overview

The application allows the user to enter a Github username and then retrieves and displays information about the corresponding Github profile. This is an excellent tool for developers who want to quickly find out more about other Github users.

Technologies Used

How to Use

This application requires a Github token to work. Please follow these steps:

  1. Create a .env file in the root directory of the project.

  2. Inside the .env file, add your Github token like this:

    GITHUB_TOKEN=your_github_token

Replace your_github_token with your actual Github token.

  1. Sign in to your GitHub account.
  2. Click your profile picture on the top right.
  3. Click "Settings".
  4. Scroll down and click "Developer settings" on the left side.
  5. Click "Personal access tokens".
  6. Click "Tokens (classic)".
  7. Click "Generate new token".
  8. Enter a note to remind you what the token is for (Optinal).
  9. Set the expiration for your token.
  10. Under "Select scopes", check only the "repo" box.
  11. Click "Generate token" at the bottom.
  12. Copy new token and paste .env file.

For example:

GITHUB_TOKEN=ghp_kExdQqlkPqdbES4YdTy6Ty654nSJev2a7fXK

Please make sure not to disclose your token publicly, as it may be used to perform actions on your behalf.

Once you have started the application:

  1. Enter the Github username of the user you would like to "stalk"
  2. Press the "Stalk" button.

The application will then retrieve and display information about the user.

Contributions

Contributions are welcomed! If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it. I'll be happy to review your pull request!

App Videos

github_stalker_video.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages