Skip to content

Getting Started with Amrita PYQ CLI Tool

Introduction

Welcome to the Amrita PYQ CLI Tool! This command-line interface (CLI) application is designed to simplify accessing previous year question papers (PYQs) from Amrita University. It fetches and displays the question papers directly in your default browser, making the process fast and easy.

Prerequisites

Before you begin, ensure you have the following:

  • Network: Connect to Amrita WiFi or use a VPN to access the network.
  • Development Environment:
    • Golang installed on your system.
    • A working Go Compiler.

Installation

Step 1: Clone the Repository

Clone the repository to your local machine. Open a terminal and run:

sh
git clone https://github.com/CSE-25/amrita_pyq

Step 2: Run the Application

  1. Open the terminal and navigate to the cloned repository directory:
    sh
    cd amrita_pyq
  2. Execute the application with the following command:
    sh
    go run main.go

You're all set! Enjoy seamless access to Amrita University's previous year question papers.