AI prompts
base on It counts how many times your GitHub profile has been viewed. Free cloud micro-service. # GitHub Profile Views Counter
![GitHub Profile Views Counter](https://user-images.githubusercontent.com/1849174/87816378-dfce8480-c86f-11ea-9ac0-2f7907e1d9d4.png)
<p align="center">
<a href="https://discord.gg/geJF43E"><img src="https://img.shields.io/static/v1?logo=discord&label=&message=Discord&color=36393f&style=flat-square" alt="Discord"></a>
<a href="https://github.com/antonkomarev/github-profile-views-counter/blob/master/LICENSE"><img src="https://img.shields.io/github/license/antonkomarev/github-profile-views-counter.svg?style=flat-square" alt="License"></a>
</p>
## Introduction
Try [Ÿ HŸPE] service as the more robust and feature rich solution.
GHPVС project is proof of concept. This counter designed to be an analytical instrument for you, but not for people who are visiting your profile.
It could be used to see profile views dynamics as result of development activity, blogging or taking part in a conference.
It counts how many times your GitHub profile has been viewed and displays them in your profile, for free.
![antonkomarev-profile-views-counter](https://user-images.githubusercontent.com/1849174/88077155-9ccc2400-cb83-11ea-8d9c-d18a8b1dc297.png)
## Usage
Cloud solution launched as 100% free experience. [Help me cut server costs] if you like this service.
If you want to see big numbers in your profile, deploy a standalone solution to draw any views count you want
without spamming our server. Everybody knows that any counters could be faked.
> A billion fake profile views doesn't make you a very popular person, it makes you a person with a billion number in the counter.
### Create GitHub profile repository
GitHub magic will happen as soon as you will create a new repository named equally to your username.
![secret-profile-repository](https://user-images.githubusercontent.com/1849174/87852702-f24acb80-c90c-11ea-8247-90ae7de0954d.png)
[Live demo] of [my profile repository].
### Add counter to GitHub profile
You need to add counter in README.md file in your profile repository via Markdown syntax:
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username)
```
> [!NOTE]
>
> Don't forget to replace example `your-github-username` parameter with real value.
## Make it personal
### Color
You can use any valid HEX color or pick from a predefined set of named colors (`blue` is the default).
| color | demo |
| ----- | ---- |
| `brightgreen` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=brightgreen) |
| `green` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=green) |
| `yellow` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=yellow) |
| `yellowgreen` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=yellowgreen) |
| `orange` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=orange) |
| `red` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=red) |
| `blue` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=blue) |
| `grey` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=grey) |
| `lightgrey` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=lightgrey) |
| `blueviolet` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=blueviolet) |
| `ff69b4` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=ff69b4) |
**Named color**
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&color=green)
```
**Hex color**
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&color=dc143c)
```
> [!NOTE]
>
> HEX colors should be used without `#` symbol prefix.
### Styles
The following styles are available (`flat` is the default).
| style | demo |
| ----- | ---- |
| `flat` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=flat) |
| `flat-square` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=flat-square) |
| `plastic` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=plastic) |
| `for-the-badge` | ![](https://img.shields.io/static/v1?label=Profile+views&message=1234567890&color=007ec6&style=for-the-badge) |
| `pixel` | this is "invisible" mode for counter. Use it when you want to have counter without of displaying of it |
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&style=flat-square)
```
### Label
You can overwrite default `Profile views` text with your own label.
![](https://img.shields.io/static/v1?label=PROFILE+VIEWS&message=1234567890&color=007ec6)
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&label=PROFILE+VIEWS)
```
> [!NOTE]
>
> Replace whitespace with `+` character in multi-word labels.
### Base number
You can provide a `base` number to add to the counter.
This is useful if you are migrating from another service.
For example, a user with 1000 views on another service who wants to migrate to GHPVC will use the following url
to ensure the 1000 views are accounted for:
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&base=1000)
```
### Abbreviation
You can set the `abbreviated` parameter to `true` if you would like the counter to be abbreviated.
For example, a counter with 12345 views, will be displayed as 12.3K.
![](https://img.shields.io/static/v1?label=Profile+views&message=12.3K&color=007ec6)
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&abbreviated=true)
```
## FAQ
### Can I see detailed statistics?
This project provides minimalistic counter only. Use [Ÿ HŸPE] service if you want to get detailed info about:
- user profile views
- user followers history
- repository stars history
- repository traffic for longer than 14 days
### How to reset counter?
To reset counter you should log in to the [Ÿ HŸPE] service, and then you will be able to reset counter on the https://yhype.me/ghpvc page.
### Why does the counter increase every time the page is reloaded?
This is counter of profile views (page hits), not a counter of unique visitors.
There is no way to get the username, browser user agent or IP address of the visitor because
GitHub proxies all image URLs through the [GitHub Camo service].
In other words, we can only increment the counter for each request from the GitHub proxy server,
we don't know who initiated it.
### Are you making money on it?
No. Only spending it. [Become a sponsor] if you want it to keep running & receive new features.
## Alternatives
- [Ÿ HŸPE] enhanced GitHub professional account statistics & analytics
## License
- `GitHub Profile Views Counter` application is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
- `Eye Octicon` hero image licensed under MIT license by [GitHub, Inc].
## 🌟 Stargazers over time
[![Stargazers over time](https://chart.yhype.me/github/repository-star/v1/278929867.svg)](https://yhype.me?utm_source=github&utm_medium=antonkomarev-github-profile-views-counter&utm_content=chart-repository-star-cumulative)
[Anton Komarev]: https://komarev.com
[GitHub, Inc]: https://github.com
[Live demo]: https://github.com/antonkomarev
[my profile repository]: https://github.com/antonkomarev/antonkomarev
[Help me cut server costs]: https://paypal.me/antonkomarev
[Become a sponsor]: https://paypal.me/antonkomarev
[GitHub Camo service]: https://github.blog/2010-11-13-sidejack-prevention-phase-3-ssl-proxied-assets/
[Ÿ HŸPE]: https://yhype.me
", Assign "at most 3 tags" to the expected json: {"id":"6556","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"