A lightweight library designed to simplify the process of scraping CFX.RE Artifact information.
var artifactsScraper = new ArtifactsScraper(Environment.Linux);
var commonVersions = await artifactsScraper.GetCommonArtifactsVersions();
var artifactVersions = await artifactsScraper.GetArtifactsVersions();
- Recommended IDE: JetBrains Rider (or Visual Studio 2022+).
- .NET SDK: .NET 9.0 or higher (Download it here).
Ensure that your development environment is properly configured to utilize the latest advancements in .NET 9.0 and C# 13.0.
Planned features for future releases include:
- Supporting multiple environments, such as Windows and Linux.
We welcome community contributions to help speed up the implementation of these features.
We encourage developers to contribute to the project and help it grow. Here’s how you can contribute:
- Submit Pull Requests focusing on improvements and including proper documentation.
- Report issues or suggest enhancements through the Issues tab.
Your contributions help make this library better for everyone.
This project is distributed under the MIT License, making it free to use and modify. For more details, refer to the LICENSE file.
Feel free to reach out for questions or collaboration opportunities via one of the following:
- Discord: Felipellira
- Email: felipeluigilira@proton.me
- LinkedIn: linkedin.com/in/felipellira
Let’s build something amazing together!