{"id":26787096,"url":"https://github.com/python-world/gitprofile","last_synced_at":"2025-04-19T19:34:35.347Z","repository":{"id":177781827,"uuid":"299094388","full_name":"Python-World/GitProfile","owner":"Python-World","description":"Simple utility to analyze Github public profile.","archived":false,"fork":false,"pushed_at":"2020-10-03T16:24:11.000Z","size":2079,"stargazers_count":13,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T12:18:14.569Z","etag":null,"topics":["analysis","github","gitprofile","hacktoberfest2020","hactoberfest","opensource"],"latest_commit_sha":null,"homepage":"https://guarded-depths-55025.herokuapp.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Python-World.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-27T18:31:17.000Z","updated_at":"2023-11-30T07:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"99f75d3f-17d4-4b99-b6b5-216de549907e","html_url":"https://github.com/Python-World/GitProfile","commit_stats":null,"previous_names":["python-world/gitprofile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-World%2FGitProfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-World%2FGitProfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-World%2FGitProfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-World%2FGitProfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Python-World","download_url":"https://codeload.github.com/Python-World/GitProfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249780512,"owners_count":21324560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","github","gitprofile","hacktoberfest2020","hactoberfest","opensource"],"created_at":"2025-03-29T12:18:18.825Z","updated_at":"2025-04-19T19:34:35.342Z","avatar_url":"https://github.com/Python-World.png","language":"CSS","readme":"# GitProfile\n\nThis is a simple utility tool, this will analyze public git profile\n\n## Demo App\n\nvisit [Here](https://guarded-depths-55025.herokuapp.com)\n\n### Install\n\n**Step 1.** Clone GitProfile Repository https://github.com/Python-World/GitProfile\n\n```\n git clone https://github.com/Python-World/GitProfile\n```\n\n**Step 2.** Change Directory\n\n```\n cd GitProfile/\n```\n\n**Step 3.** Install Required Packages\n\n```\npip3 install -r requirements.txt\n```\n\n**Step 4.** Configure github Access Token\nFollow steps from [Here](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) to get github access token\n\nonce you get github access token in `config.ini`\n\n```\ngithub_token:\u003cAccessToken\u003e\n```\n\n**Step 5.** Now run the program by following command in any operating system of your choice :\n\n```\npip install -r requirements.txt\n```\n\n## Demo\n\n\u003cdetails\u003e\n  \u003csummary\u003e1)@tusharnankani\u003c/summary\u003e\n \n![Demo](media/tusharnankani.png)\n\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003e2)@chavarera\u003c/summary\u003e\n \n![Demo](media/chavarera.png)\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003e3)@AdityaJ7\u003c/summary\u003e\n \n![Demo](media/AdityaJ7.png)\n\u003c/details\u003e\n\n## Suppport\n\nIf you facing any issue while executing create a issue [Here](https://github.com/Python-World/GitProfile/issues) and upload your problem with detailed description\n\n## Contribution\n\nWe welcome contributions from everyone. Here are the guidelines if you are thinking of helping us:\n\nContributions should be made in the form of GitHub pull requests. Each pull request will be reviewed by someone with permission to land patches and either landed in the main tree or given feedback for changes that would be required. All contributions should follow this format.\n\nShould you wish to work on an issue, please claim it first by commenting on the GitHub issue that you want to work on it. This is to prevent duplicated efforts from contributors on the same issue.\n\nLook for good first issues to find good tasks to start with.\nYour contributions are always welcome and appreciated. Following are the things you can do to contribute to this project.\n\n1.  **Report a bug** \u003cbr\u003e\n    If you think you have encountered a new issue, and I should know about it, feel free to report it and I will take care of it.\n\n2.  **Create a pull request** \u003cbr\u003e\n    It cannot get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues and make a pull request.\n\n\u003e If you are new to open-source, make sure to check read more about it [here](https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source) and learn more about creating a pull request [here](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github).\n\n### 🌵Branches\n\n-   No other permanent branches should be created in the main repository, you can create feature branches but they should get merged with the master.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-world%2Fgitprofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-world%2Fgitprofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-world%2Fgitprofile/lists"}