https://github.com/pablowestphalen/pso2-notifications
Show Windows alerts for Phantasy Star Online 2 Official NA site's news.
https://github.com/pablowestphalen/pso2-notifications
notifications pso2 scrapper windows
Last synced: about 2 months ago
JSON representation
Show Windows alerts for Phantasy Star Online 2 Official NA site's news.
- Host: GitHub
- URL: https://github.com/pablowestphalen/pso2-notifications
- Owner: PabloWestphalen
- Created: 2020-06-02T09:22:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:27:52.000Z (over 2 years ago)
- Last Synced: 2024-04-16T11:13:29.374Z (about 1 year ago)
- Topics: notifications, pso2, scrapper, windows
- Language: JavaScript
- Size: 934 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🆕 PSO2 Notifications
Show Windows alerts for Phantasy Star Online 2 Official NA site's news.

## Usage
Select [Releases](https://github.com/PabloWestphalen/pso2-notifications/releases) and download the latest pso2-notifications.zip
Extract the zip and run pso2-notifications.exe
## Known Issues / WIP
âš Notifications are shown as if from an app named [SnoreToast](https://github.com/KDE/snoretoast). This is the library used for displaying notifications on Windows 10 from Node. Work is under way in figuring out a better way to uniquely identify the notifier.
âš Launching the app brings up a mildly annoying console window. Work is under way for surpressing it.
## For developers
### Installation
With git and node installed, clone and enter the repo
```
git clone https://github.com/PabloWestphalen/pso2-notifications.git
cd pso2-notifications/
```Install dependencies
```
npm install
```### Available scripts
- `npm start` Launch script
- `npm run build` Build executable