package starred_ml

  1. Overview
  2. Docs
Generates a awesome list makdown

Install

Dune Dependency

Authors

Maintainers

Sources

starred_ml-0.0.4.tbz
sha256=87e81ee6d219a2aafcfa16498ce550de53fe8cff6ec72e4b4a5c4c6794808c85
sha512=8ed778ab1d1dc8457660598e0b81e9a0ba095b47dab396438f88cd24ffb85150a2bca9e773091b5e09d91ff771c25adce700a6fa91b6eec7c9b61505e71510ad

Description

Turn your starred items into a awesomeness list of repos

Published: 22 Apr 2024

README

Starred_ml - Github Awesome list based on starred proejct

Are you a compulsive Github stargazer? Starred_ml is here for you! It will access Github https://api.github.com/user/starred API and fetch all starred repositories and dump a mardown that you can use as README.md in a repository.

Running

opam update
opam install starred_ml


TOKEN={{your github personal token}} starred_ml > README.md 

For full option list, run starred_ml --help.

See Templating section for details on the output markdown.

Will output something liket this:


Awesome Stars
===

> A curated list of Github stars! Generated by [starred_ml](https://github.com/paulosuzart/starred_ml)


Languages
---
   - [C](#C)
   - [C#](#C#)
   - [C++](#C++)
   - [Haskell](#Haskell)
   - [Java](#Java)
   - [Jupyter Notebook](#Jupyter Notebook)
   - [Lua](#Lua)
 ...

Contents
---

## C
   - [PikaPython](https://api.github.com/repos/pikasTech/PikaPython): An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.
## C#
   - [kiota](https://api.github.com/repos/microsoft/kiota): OpenAPI based HTTP Client code generator
...

Generating your awesome README.md

You can run starred_ml locally, but it makes more sense that you atomatically generate a README.md in dedicated github repository. For that you can use my Awesome as a template https://github.com/paulosuzart/awesome.

You need two things:

  1. Select Allow GitHub Actions to create and approve pull requests under (YOUR REPO)/Settings/Actions/General.

  2. A PAT Personal Access Token with starred read-only access that you must set to your awesome repository under (YOUR REPO)/Settings/Secrets and variables/Actions, then in the Repository Secrets you can add your generated token with the name TOKEN.

Templating

Starred_ml uses jingoo as a template engine. Create a template file (default is default.jingoo) if you want to customize. You can reuse the provided template here and customize as you see fit. You can save the template with a different name. Use --template the specify a different template file.

The availabe variables are:

  • lang_count - The total count of languages found (Including Not set)

  • languages - a list of languages detected across all starred repos

  • by_language - a list of objects representing starred repositories with the following keys:

    • language - the language of in question

    • starred - a list of objects with the following keys:

      • name - name of the repository

      • html_url - Github url

      • description - repository description

Similar projects

While developing Starred_ml I found at least one alternative:

Dependencies (15)

  1. dune >= "3.14"
  2. ocaml
  3. cohttp-eio >= "6.0.0~beta2"
  4. eio >= "1.0"
  5. eio_main >= "1.0"
  6. fmt >= "0.9.0"
  7. jingoo >= "1.5.0"
  8. logs >= "0.7.0"
  9. mirage-crypto-rng-eio >= "0.11.3"
  10. ppx_deriving >= "5.2.1"
  11. ppx_deriving_yojson >= "3.7.0"
  12. tls-eio >= "0.17.3"
  13. yojson >= "2.1.2"
  14. re2 >= "v0.16.0"
  15. cmdliner >= "1.2.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest >= "1.7.0" & with-test

Used by

None

Conflicts

None