Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

orontee/crossworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crossworld

A python package for downloading and extracting crossword from Le Monde website.

Prerequisites

Interaction with Le Monde website is done using Selenium. It's required to install Chrome and a compatible version of ChromeDriver.

Usage

First install dependencies:

poetry install

Then run the following commands:

poetry shell
python -m crossworld --output ~/Documents/Mots\ croisés

The default is to download at most 10 newspapers. It can be changed using the --max-download option.

Credentials

Access to the web site Le Monde requires using credentials; Those credentials are read from Freedesktop Secret Service API.

To store your credentials, you can use the following command:

$ secret-tool store --label='crossworld credentials' \
              uri https://secure.lemonde.fr \
              username USERNAME

About

A python package for dowloading and extracting crossword from Le Monde newspaper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages