A JS program that originally parsed igbo words + definitions and now updates spanish vocab lists hosted on google sheets to include defintions & example sentences
- git clone this repository
- follow this tutorial to get your credential JSON & add it to your repo
- Save this file as
client_secret.json
- Add a variable named
spread_id
to the JSON file and initalize its value with your Google Sheet id (found in its url) - in the terminal, run
node scrape.js
and follow the CLI instructions (note: sheet index refers to the sheets located in your google doc; the first sheet is index 0)
- google-spreadsheet - js google sheets api wrapper
- cheerio - js web scrapper
- spanishdict - source of spanish translations & sentences
- igbofocus - source of igbo translations & sentences
- cli-progess - terminal progress bar
- igbo quizlet deck
- Tools / Languages / Concepts: Node.js, Promises/Async/Await, Javascript, CLI, Google Sheets API, JSON
- A great google sheets tutorial - used to access Google Sheets API
This project is available under the MIT License - see the linked file for more details.