Activity of man-c/pycoingecko repository

Active 🚀

Active contributions

Activity badge for man-c/pycoingecko repository

Why man-c/pycoingecko is active?

The result is based on ratio of number of commits and code additions from initial and final time ranges.

Initial time range – from 14 Aug, 2023 to 14 Nov, 2023

Final time range – from 15 May, 2024 to 14 Aug, 2024

Additions and deletions stats are not available for this repository due to GitHub API limitations.

Data calculated on 14 Aug, 2024

Bus factor

What is Bus factor?

It is basically a number of most active contributors responsible for 80% of contributions.

Bus factor tries to assess "What happens if a key member of the team is hit by a bus?". The more there are key members, the lower the risk.

The man-c/pycoingecko repository has a bus factor of 1.

High risk, a lot of knowledge concentrated in a few people

Bus factor was measured on 14 Aug 2024

1

Summary of man-c/pycoingecko

The man-c/pycoingecko GitHub repository hosts a Python client for the CoinGecko API. CoinGecko is a cryptocurrency data platform that offers real-time and historical data on more than 4000 cryptocurrencies.

This Python client lets developers leverage CoinGecko's comprehensive crypto data in Python projects without having to manually interact with CoinGecko's REST API. It offers various methods to fetch data about coins, exchanges, markets, contract, and more.

For example, you can use the get_coins_list() function to retrieve a list of all coins, or the get_price() function to retrieve the current price of specified coins in the given currency.

A key feature of the client is its simplicity and ease of use. After installing the package via pip, developers can import the CoinGeckoAPI class and use its methods to get the necessary data.

from pycoingecko import CoinGeckoAPI cg = CoinGeckoAPI() btc_price = cg.get_price(ids='bitcoin', vs_currencies='usd') print(btc_price) # Output: {'bitcoin': {'usd': <current_usd_price>}}

The repository also includes examples and tests to help developers understand how to work with the client. Despite being unofficial, the client is popular and regularly maintained. The repository has a good number of stars on GitHub, implying its utility for cryptocurrency-related Python projects.

Recently added projects

Activity badge for ixartz/Next-js-Boilerplate repository

Updated on 14 Aug 2024

Activity badge for toptal/picasso repository

Updated on 14 Aug 2024

Activity badge for 1Panel-dev/1Panel repository

Updated on 14 Aug 2024

Activity badge for ethereum/go-ethereum repository

Updated on 14 Aug 2024

Activity badge for LouisShark/chatgpt_system_prompt repository

Updated on 14 Aug 2024

Top 5 contributors

ContributorCommits
96
3
2
2
2