Skip to content
Notifications You must be signed in to change notification settings

acharya-dilip/threeEyedRaven

Repository files navigation

threeEyedRaven

This is a custom weather app made completely in C using GTK4 & CURL 8 in which you rouse the threee eyed raven to go fetch the weather data from around you where it obsereves several anomalies and reports it to you and is even happy to help you locate where you are and will also go out of it's way to deliver the news to your peers if you choose to send him.him.im.

How to use?

  • Login using your gmail and the app password (You can obtain your app password by going into manage your google account and searching it there and create a new one for this usage""
  • Enter your location in the entry or click the 📌 button to automatically find your location
  • After your location is filled press the rouse raven button for it to fetch the latest weather anomalies it sees
  • If you wish to send the info to your peers press the 🦉 button and enter the mail of your peer for the raven to deliver his weather report

DEMO

https://hc-cdn.hel1.your-objectstorage.com/s/v3/82d71e3a6ed44742523aec8b5dff507765d312fb_screencast_from_2025-10-13_08-38-55.mp4

LIUNX BUILD INSTRUCTIONS

FOR DEBIAN/UBUNTU For ARCH
Install Dependencies Install Dependencies
sudo apt install gtk sudo pacman -S gtk
sudo apt install curl sudo pacman -S curl
sudo apt install build-essential sudo pacman -S base-devel
sudo apt install cmake sudo pacman -S cmake

Clone into the Github repo

Command
git clone https://github.com/acharya-dilip/threeEyedRaven

Navigate to project directory

Command
cd threeEyedRaven

Create the build directory

Command
mkdir build

Navigate into the build directory

Command
cd build

Execute the Build Commands

Commands
cmake ..
cmake --build .

Run the Program

Command
./threeEyedRaven

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published