App for automatically participate in raffles on different websites.
Program developed like a Node.js application. Electron used for UI only.
- steamgifts.com
- indiegala.com
- follx.com
- opiumpulses.com
- astats.nl
If you are an end user, you can download and install application directly from our website Download Section.
Make sure you have Node.js >= 14.15.3 installed, then type the following commands.
git clone https://github.com/CodeSprut/GiftSeeker.git
cd GiftSeeker
npm install
npm start
Now you have a running desktop application on your screen.
The application located in the src
directory which consist of three main folders.
app
- node.js files with main app features.
electron
- serves as the app UI using the APIs provided by app modules.
resources
- contains common static files.
Run all tests:
npm test
We use electron-builder module to build our application.
Use follow commands to build the app:
Package in a distributable format (e.g. dmg, windows installer, deb package)
npm run dist:mac
npm run dist:win
npm run dist:linux
The build process compiles the content of the src
and node_modules
directories.
I want your feedback! Here's a list of different ways to me and request help:
- Report bugs and submit feature requests to GitHub issues.
- And do not forget to join our Discord server!
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
MIT ©