Skip to content

the-bose/Foss-CitDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FOSS-CIT Project Downloader

forthebadge forthebadge forthebadge

Description

Coimbatore Institute of Technology's very own student circle FOSS-CIT's Project downloader for fetching project files from server.

FOSS-CIT

Running Binary (.exe)

  • Clone repository
  git clone https://github.com/the-bose/Foss-CitDownloader
  • Open Downloader.exe from bin folder.
  • Enter server, username, password and project name (as instructed) and press the 'Get Project' button.
  • Downloaded project can be found in the 'downloads' folder.

Installation

  • Clone repository
  git clone https://github.com/the-bose/Foss-CitDownloader
  • cd into src directory
  cd src
  • Create virtual environment
virtualenv venv
  • Activate virtual environment
    • Linux
      source venv/bin/activate
    • Windows
      venv\Scripts\activate.bat
  • Install dependencies
  pip install -r requirements.txt

Usage

  • Run program
  python app.py
  • Enter server, username, password and project name (as instructed) and press the 'Get Project' button.
  • Downloaded project can be found in the 'downloads' folder.

Happy FOSS!

forthebadge

About

FOSS-CIT's Project downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages