Skip to content

Atollye/devman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this

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

How to launch the code

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

About

Code from Devman "Learn API testing" course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages