This repository contains the code, written for Web-services API course at Devman.org
- wittr.py — script, which shows current weather in terminal
- bitly_links — script for shortening weblinks
1). Clone the repository
git clone [email protected]:Atollye/devman.git
2). Create virtual environment and activate it
sudo apt-get install python3-venv
python3 -m venv my_venv
source my_venv/bin/activate
3). Upgrade pip and install the required packages
python3 -m pip install --upgrade pip
pip install -r requirements.txt
4). Launch the desired script