- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Web‐Scrybe Wiki
Web-Scrybe is a web-based tool designed to scrape content from online platforms.
- 
Web Search Engine Support: Enables web searches on Google and Bing using Selenium, bypassing rate limits and eliminating the need for costly API usage.
 - 
Reddit Hot Topic Support: API that can read hot topics from any subreddit group offers a powerful capability to tap into real-time discussions and trending topics across different communities on Reddit.
 - 
Code Quality and Stability
- SonarQube Integration: The project uses SonarQube for code analysis to ensure high code quality and maintainability.
 - Automated Testing: Comprehensive unit and integration testing setup using JUnit and MockMVC to verify stability before deployment.
 
 - 
Docker and Docker Compose Support: web-scrybe is designed to be easily deployable and scalable using Docker and Docker Compose. This makes it an ideal choice for quick prototyping, development, and production deployments.
 
Web-Scrybe is currently in the Alpha phase, focusing on core features and stability improvements. Here are the current milestones:
- 
Backend Development:
- The core backend services, built on Spring Boot, are functional.
 - Integration with Maven for dependency management and continuous integration is complete.
 
 - 
CI/CD Pipeline:
- A GitHub Actions pipeline is set up for automated builds and tests. The pipeline includes:
- Maven Build Verification: Ensures the code compiles without errors.
 - Test Execution: Runs all unit and integration tests to check stability.
 
 
 - A GitHub Actions pipeline is set up for automated builds and tests. The pipeline includes:
 - 
Upcoming Features:
- Selenium Based Integration with Medium Platform
 - Integration with Twitter API
 - Selenium Based Integration with LinkedIn Platform