Skip to content

GrandinLuc/ecosystems_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Ecosystem Explorer

Explore the latest commits and summaries of active or new projects in the crypto industry.

Overview

The Crypto Ecosystem Explorer is a tool designed to gather insights into recent developments within the cryptocurrency landscape. By monitoring the latest commits in the Electric Capital's Crypto Ecosystem repository, the tool identifies changed data files and extracts URLs of associated repositories. Subsequently, it fetches the READMEs of these projects to compile a summary using a Language Model (NYI).

Usage

Installation

Clone the repository:

git clone https://github.com/GrandinLuc/ecosystems_scrapper.git
cd ecosystems_scrapper

Build:

cargo build

Get all the projects that had a change in the last commits:

cargo run --bin latest_repos

Explore the ReadMes of the projects saved in the last step:

cargo run --bin readme_fetcher

Summarization with Language Model todo

Contributing We welcome contributions to enhance the functionality and coverage of the Crypto Ecosystem Explorer. If you would like to contribute:

Fork the project. Create a new branch (git checkout -b feature/your_feature). Commit your changes (git commit -am 'Add your_feature'). Push to the branch (git push origin feature/your_feature). Open a Pull Request.

Feel free to customize the sections, add more details, and include any relevant information. Providing clear instructions, usage examples, and a contributing guide can significantly improve the readability and usability of your README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages