All Projects → shroudedcode → Devstats

shroudedcode / Devstats

Licence: mit
📊 A CLI application that fetches stats from developer sites

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Devstats

Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-18.1%)
Mutual labels:  cli, statistics, stats
Wallace Cli
Pretty CSS analytics on the CLI
Stars: ✭ 281 (+167.62%)
Mutual labels:  cli, statistics, stats
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+225.71%)
Mutual labels:  statistics, stats
Jaggr
JSON Aggregation CLI
Stars: ✭ 365 (+247.62%)
Mutual labels:  cli, statistics
Tokei
Count your code, quickly.
Stars: ✭ 5,896 (+5515.24%)
Mutual labels:  cli, statistics
Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (+178.1%)
Mutual labels:  statistics, stats
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (+181.9%)
Mutual labels:  statistics, stats
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+4794.29%)
Mutual labels:  statistics, stats
mongodb-info
MongoDB Info - command line tool to get stats.
Stars: ✭ 13 (-87.62%)
Mutual labels:  statistics, stats
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-26.67%)
Mutual labels:  statistics, stats
Ruby Statistics
Ruby gem for some statistical operations without any statistical language dependency
Stars: ✭ 67 (-36.19%)
Mutual labels:  statistics, stats
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-25.71%)
Mutual labels:  statistics, stats
Github Stats For Turkey
Github language, repo and developer stats for Turkey.
Stars: ✭ 259 (+146.67%)
Mutual labels:  statistics, stats
Appstat
Get AppStore apps stats
Stars: ✭ 322 (+206.67%)
Mutual labels:  statistics, stats
stats
📊 Request statistics middleware that stores response times, status code counts, etc
Stars: ✭ 15 (-85.71%)
Mutual labels:  statistics, stats
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+3854.29%)
Mutual labels:  statistics, stats
Scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Stars: ✭ 2,943 (+2702.86%)
Mutual labels:  cli, statistics
math-stats
A small library that does the statistics for your numbers.
Stars: ✭ 18 (-82.86%)
Mutual labels:  statistics, stats
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+415.24%)
Mutual labels:  statistics, stats
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (+1057.14%)
Mutual labels:  cli, statistics

devstats

A CLI application that fetches stats from developer sites.

devstats is a CLI application written in TypeScript that fetches statistics from developer sites like StackOverflow, WakaTime, and GitHub and displays them nicely.

Installation

Install it globally using:

$ npm install -g devstats

Or if you're using Yarn:

$ yarn global add devstats

Usage

Add accounts from the supported sites:

$ devstats add https://github.com/shroudedcode

Display your daily report:

$ devstats

Display your daily report and switch between days using your keyboard:

$ devstats -i

Full list of commands

From devstats --help:

Display the daily report for the current day:

$ devstats

Display a summary of the current week:

$ devstats -w or devstats --week

Display a summary of the last <days> days:

$ devstats -d <days> or devstats --days <days>

Switch between days interactively:

$ devstats -i or devstats --interactive

Add an account:

$ devstats add <site> <username/user-id>
$ devstats add github shroudedcode

$ devstats add <url>
$ devstats add https://github.com/shroudedcode

Remove an account:

$ devstats remove <site> <username/user-id>
$ devstats remove stackoverflow 6662225

$ devstats remove <url>
$ devstats remove https://stackoverflow.com/users/6662225

Supported sites

This is a list of sites currently supported by devstats. You can add your account using the name in parentheses.

Your favorite site is not on the list? Feel free to add support yourself and open a pull request.

License

MIT © Niklas Higi

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].