Skip to content

A Python command line program to fetch random articles from wikipedia

Notifications You must be signed in to change notification settings

habibmhamadi/netlinks-task-wikipedia-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Wikipedia API

This is a python3 command line program for fetching random articles from Wikipedia

Features

  • Fetch article online
  • Save article to local sqlite database
  • Fetch article from local Database
  • Read article
  • Delete article
  • Search article
  • Backup database
  • Creates excel sheet for articles

required dependency

install xlsxwriter modul for python3

pip3 install xlsxwriter

Usage

from wiki import WikiApp

#Create a new object of WikiApp and call start() method
app = Wiki()
app.start()

Contribution

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository.

About

A Python command line program to fetch random articles from wikipedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages