Skip to content

A lightweight library designed to simplify the process of scraping CFX.RE Artifact information.

License

Notifications You must be signed in to change notification settings

Felipellira/ArtifactsScraper

Repository files navigation

ArtifactsScraper

C# .NET License: MIT

A lightweight library designed to simplify the process of scraping CFX.RE Artifact information.


🚀 Getting Started

Usage Example

var artifactsScraper = new ArtifactsScraper(Environment.Linux);

var commonVersions = await artifactsScraper.GetCommonArtifactsVersions();

var artifactVersions = await artifactsScraper.GetArtifactsVersions();

📋 Requirements

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


🗺️ Roadmap

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.


🤝 Contributing

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.


📜 License

This project is distributed under the MIT License, making it free to use and modify. For more details, refer to the LICENSE file.


📬 Contact

Feel free to reach out for questions or collaboration opportunities via one of the following:

Let’s build something amazing together!


About

A lightweight library designed to simplify the process of scraping CFX.RE Artifact information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages