Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
/ wfnotify Public archive

A PyQt5 app | Windows Notifications project | For viewing Warframe API data.

License

Notifications You must be signed in to change notification settings

dbrennand/wfnotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wfnotify | wf10toast

wfnotify wf10toast

A PyQt5 app | Windows Notifications project | For viewing Warframe API data.

wfnotify | Disclaimer

  • This build of the app is currently under development and is not final.
  • I did not create PyQt5. See Acknowledgments
  • Source code for the entire program can be found in wfnotify.py

Current Features

  1. Fetch current Cetustime (Check if night or day).
  2. Fetch current alerts data.
  3. Fetch current fissure data.
  4. Fetch current sortie data.

Dependencies

wfnotify is written in Python 3.

wfnotify requires the following dependencies:

    • PyQt5 - A Python application framework.
    • Requests - Python HTTP Requests for Humans ✨🍰✨

Usage

Clone or download the master branch.

Extract and navigate to the project directory and run wfnotify by executing the main entry point file wfnotify:

python3 wfnotify.py

If you don't have python installed then you can run the .exe file which is a packaged version of the application meaning you can still use the app without a python interpreter installed on you're system.

The .exe is located in:

./dist/wfnotify.exe

Virustotal Scan The 5 detections are false positives. Examine the code used at wfnotify.py

wf10toast

Creates windows 10 notifications containing Warframe alerts data.

Dependencies

wf10toast is written in Python 3.

wf10toast requires the following dependencies:

    • win10toast - An easy-to-use Python library for displaying Windows 10 Toast Notifications which is useful for Windows GUI development.
    • Requests - Python HTTP Requests for Humans ✨🍰✨

Usage

Clone or download the master branch.

Extract and navigate to the project directory and run wf10toast by executing the main entry point file wf10toast:

python wf10toast.py

If you would like to have the program run periodically, you could create a windows scheduled task to run the script at certain intervals.

Authors -- Contributors

License

This project is licensed under the GPL-3.0 License - see the LICENSE for details.

Acknowledgments

Riverbank Computing Limited created PyQt5

Freeze (package) Python programs into stand-alone executables - pyinstaller

win10toast - Creator and respective contributors.

Requests - Creator and respective contributors.

Creators of the Warframe API endpoint. The Project would not be possible without this.

About

A PyQt5 app | Windows Notifications project | For viewing Warframe API data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages