Pakakumi Tracker is a web application that tracks trends for all Pakakumi online betting games over time. The app uses Postgres as its database and scrapes the Pakakumi site for data.
Before running the app, you'll need to have the following installed on your machine:
- Java 17 or later
- Maven
- Postgres or another relational database
-
Clone this repository to your local machine.
-
Create a Postgres database for the app.
-
In the
application.properties
file, set thespring.datasource.url
,spring.datasource.username
, andspring.datasource.password
properties to match your database configuration. -
Open a terminal and navigate to the project directory.
-
Run
mvn spring-boot:run
to start the app. -
Open a web browser and go to
http://localhost:8080
to view the app.
To use the app, simply open it in your web browser. The app will automatically scrape the Pakakumi site for data and display trends for all games over time using a line chart. The chart will automatically update every few seconds to show the latest trends.
Contributions are welcome! If you find a bug or want to suggest a new feature, please create an issue on GitHub. If you want to contribute code, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.