https://github.com/dexhunter/google-scholar-badge
Track google scholar page and get your citation number on a badge
https://github.com/dexhunter/google-scholar-badge
badge replit scholar shieldsio
Last synced: about 1 year ago
JSON representation
Track google scholar page and get your citation number on a badge
- Host: GitHub
- URL: https://github.com/dexhunter/google-scholar-badge
- Owner: dexhunter
- License: mit
- Created: 2024-09-29T13:03:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T14:07:48.000Z (over 1 year ago)
- Last Synced: 2025-03-16T15:23:08.080Z (over 1 year ago)
- Topics: badge, replit, scholar, shieldsio
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Scholar Citation Badge

Get your Google Scholar citation badge!
I have developed a simple API to fetch your Google Scholar citation count and generate a badge for your profile. This badge can be easily integrated into your GitHub profile or used in various projects to showcase your citation count.
## Features
- Fetch your Google Scholar citation count
- Generate a badge with your citation count
- Easy to integrate into your GitHub profile or projects
## Usage
1. Go to [shields.io endpoint badge](https://shields.io/badges/endpoint-badge)
2. Set the endpoint to `https://google-scholar-badge.replit.app/citations?user={user}` Replace `{user}` with your Google Scholar User ID
Can also view the open source code [here on replit](https://replit.com/@dexhunter/google-badge?v=1#main.py)
## Example Badge

## Work In Progress (WIP)
* deploy the service to heroku or other cloud services
* more badges (hindex, i10index, etc.)
* some tests