All Projects → sourcerer-io → Hall Of Fame

sourcerer-io / Hall Of Fame

Licence: mit
🏆 Show some love to your contributors! A widget for your repo README. Visual and clean. Refreshes every hour.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hall Of Fame

Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+1.98%)
Mutual labels:  social, readme, badges
readmesfix
Because I'm tired of running into broken READMEs!
Stars: ✭ 63 (-93.08%)
Mutual labels:  readme, repository
autobadge
Simple CLI tool to generate essential repository badges with ease
Stars: ✭ 16 (-98.24%)
Mutual labels:  readme, badges
prathimacode-hub
Hello everyone, Welcome to my GitHub README profile. Glad to see you here! Check out this repository to view my work and learn more about me. Don't just star it, fork it as well.📢✌️
Stars: ✭ 53 (-94.18%)
Mutual labels:  readme, badges
Open social
Open Social install profile Drupal 8
Stars: ✭ 128 (-85.95%)
Mutual labels:  community, social
Valorize Vidas
Sistema de prevenção ao suicídio
Stars: ✭ 214 (-76.51%)
Mutual labels:  community, social
exorium
esquire, a multifunctional bot to fit your needs.
Stars: ✭ 15 (-98.35%)
Mutual labels:  social, community
Readme styles
Minimal README.rst and README.md template for Github projects.
Stars: ✭ 60 (-93.41%)
Mutual labels:  readme, badges
Markdown-Templates
bgoonz.github.io/markdown-templates/
Stars: ✭ 16 (-98.24%)
Mutual labels:  readme, repository
Readmetemplate
Done with your project but having a hard time writing a ReadMe? Check Out This Repo I created. If you like it then use it
Stars: ✭ 255 (-72.01%)
Mutual labels:  readme, repository
Karrot Frontend
Web application for organization of foodsaving groups worldwide - frontend code and central location for feature planning. For server-side code, go to https://github.com/yunity/karrot-backend
Stars: ✭ 256 (-71.9%)
Mutual labels:  community, social
Community
General discussion, cross-repo efforts and common information for projects in the community.
Stars: ✭ 24 (-97.37%)
Mutual labels:  community, social
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+33.37%)
Mutual labels:  community, social
Icms2
Official Repository for InstantCMS 2.x
Stars: ✭ 215 (-76.4%)
Mutual labels:  community, social
Onehouraday
Community that expose social projects and people can spend one hour to help a social cause
Stars: ✭ 44 (-95.17%)
Mutual labels:  community, social
DenverCoder1
Jonah Lawrence's Profile README
Stars: ✭ 320 (-64.87%)
Mutual labels:  readme, badges
pH4Social
📣 Social Networking Software built with Laravel PHP framework and Bootstrap.
Stars: ✭ 27 (-97.04%)
Mutual labels:  social, community
Readme Template
📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.
Stars: ✭ 287 (-68.5%)
Mutual labels:  readme, repository
Socialify
💞 Socialify your project. 🌐 Share with the world!
Stars: ✭ 750 (-17.67%)
Mutual labels:  social, badges
Pokemongo
神奇宝贝 (PokemonGo) 基于 Jetpack + MVVM + Repository 设计模式 + Data Mapper + Kotlin Flow 的实战项目,如果这个仓库对你有帮助,请仓库右上角帮我 star 一下,非常感谢。
Stars: ✭ 848 (-6.92%)
Mutual labels:  repository

Hall-Of-Fame

Hall-of-fame helps you show some love to your contributors. It automatically highlights your new, trending, and top contributors, and updates every hour. You can put this widget anywhere inside your README, e.g. to "Contributing" section. No maintenance is required.

How it works

Every hour, Hall-of-fame looks into recent commits of your repo using GitHub API. It then selects three categories of contributors: new (those who made their first commit to your repo in the last 7 days), trending (those with most commits in the last 7 days), and top (those with most commits of all time). It then selects up to three new contributors, up to 4 trending contributors, and if total is less than 7, it fill up the remaining spots with top contributors.

Each contributor in the Hall-of-fame is represented with their avatar, and a badge new/trending/top with the corresponding number of commits. Each avatar links to a contributor's profile. Which means that anyone has a chance to be prominently featured on your README for some time!

Hall-of-fame works with Sourcerer (https://sourcerer.io), but it's not required for your contributors. If a contributor has a Sourcerer profile, their Sourcerer avatar with a halo is used, and the avatar links to their Sourcerer profile. If they don't, an avatar based on their GitHub is used, and it is linked to their GitHub profile.

Live examples

iterative/dvc

ironmussa/Optimus

epicmaxco/vuestic-admin

Getting started

Hall-of-fame code is entirely open source. You can run it in Google cloud yourself but we already do it for you. In order to add Hall-of-fame to your repository:

  1. Sign in to sourcerer.io with your GitHub: (https://sourcerer.io/start)
  2. Go to Settings/Hall-of-fame (https://sourcerer.io/settings#hof)
  3. Add your repository there.
  4. You should see code to insert in your README.md. It will look something like this:
[![](https://sourcerer.io/fame/$USER/$OWNER/$REPO/images/0)](https://sourcerer.io/fame/$USER/$OWNER/$REPO/links/0)

...

[![](https://sourcerer.io/fame/$USER/$OWNER/$REPO/images/7)](https://sourcerer.io/fame/$USER/$OWNER/$REPO/links/7)

Paste that code into your README.md, and you should be good to go. Hall-of-fame will take care of the rest.

Note that Hall-of-fame will use your GitHub token for hourly updates via GitHub API. This will count towards your GitHub API limit. For a very large repo, you shoud expect a few dozen requests every hour, which is a small percentage of 5,000 hourly limit that GitHub sets.

FAQ

Q: Why do you only show 7 entries?

A: 7 is a lucky number. But seriously, recognition means that you stand out. It's hard to stand out in a crowd, so we limit to 7. If you strongly feel a different number is better, file an issue. We'll consider.

Q: What is the reason to show new, trending, top, in this order?

A: We want Hall-of-fame to change frequently (hence emphasis on changes in the last week), and we want it to be immediately exciting for your first time contributors. You need new contributors, right? We better make them excited.

Q: I just commited, and I don't see my face on Hall-of-fame! What is going on?

A: It refreshes once an hour, and sometimes takes a bit longer. Just wait, it will be there. Another possibility is there are enough contributors with more commits this week. Contributors are sorted by the number of commits, so if you push another commit, you will increase your chance to show in Hall-of-fame.

Contributing

Contribute to Hall-of-fame by all means. Here is the live Hall-of-fame for this repo:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].