Skip to content

A Python app born from helping a friend, now streamlining NBA schedule integration

Notifications You must be signed in to change notification settings

itsmrval/somycal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronize-NBA-Calendar

Python Flask License

Description

SoMyCal is a Python Flask application that allow users to sync their calendar with NBA teams' schedules. The app is designed to work on any device supporting the iCalendar format (ICS), providing a web interface and oauth integration with Google.

This project serves a dual purpose - it not only acts as a useful NBA calendar synchronization tool but also was initiated to assist a friend in understanding Python and supporting their own programming endeavors.

Features

  • Calendar Sync: Easily synchronize NBA team schedules with your preferred calendar application that supports the ICS format (like, every calendar app)

  • Cross-Device Compatibility: Access the application on any device with ICS support, ensuring flexibility and convenience.

  • Web Interface: The user-friendly web interface makes navigation and synchronization a breeze.

  • Google OAuth : Seamlessly connect with your Google account for a simple and fast experience

Getting Started

Follow these steps to get started with the project:

  1. Clone the repository:

    git clone https://github.com/itsmrval/somycal.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Copy then edit the env files:

    cp example.env .env
  4. Run the Flask application:

    python app.py
  5. Access the application through your web browser at http://127.0.0.1:8000.

Screenshots

Screenshot 2 Quick dashboard screenshot

Live Demo

Check out the live demo of the application currently running at https://somycal.com.

Contribution

Contributions are welcome! If you'd like to contribute to the project send a PR

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Python app born from helping a friend, now streamlining NBA schedule integration

Topics

Resources

Stars

Watchers

Forks