HRng is a collection of Facebook scraping tools, designed with human resources and content seeding operations in community projects and organizations in mind.
HRng is a Visual Studio .NET solution, therefore, Visual Studio or dotnet
(Linux/macOS only) is required, along with the .NET 6.0 SDK and runtime.
To get started with HRng, simply open and build the solution in Visual Studio, or cd
into the solution directory and run dotnet build
if you're using dotnet
.
HRng comes with an example implementation for the backend called LibTests.
Build the project, then run the LibTests(.exe)
file in the build output (bin/
) to check it out.
HRng is divided into 2 main components: the backend (along with its operations module(s)) and the frontend.
The backend's source can be found in the HRngBackend directory/project. As of now, HRngSelenium is the only operations module that exists; development of alternatives is underway.
Currently, there's no frontend implementation yet, but an example of how to use the backend can be found in the LibTests directory/project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.
Any feature change requires LibTests to be updated accordingly.