Skip to content

Kweku21/articles-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application to get recent news articles

This is a python script that makes calls to fetch a recent articles from an HTTP endpoint every 5 minutes. The project took me about a day to complete.

Virtual Environment

Note: make sure you have pip installed.

Install virtualenv: pip install virtualenv

Create virtual environment: virtualenv [directory]

Activate virtual environment Linux and MacOS : source myvenv/bin/activate

Activate virtual environment Windows : env\Scripts\activate.bat

Install Python Packages from requirements.txt

pip install -r requirements.txt

Run Python script

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages