Coimbatore Institute of Technology's very own student circle FOSS-CIT's Project downloader for fetching project files from server.
- 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.
- 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
- 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.