Skip to content

A Python program made to automate translation In Duolingo.com

Notifications You must be signed in to change notification settings

Kalaborative/AutoDuolingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93aa9ef · Apr 12, 2021

History

35 Commits
Nov 6, 2017
Apr 12, 2021
Oct 11, 2017
Oct 11, 2017
Apr 12, 2021
Oct 11, 2017
Nov 6, 2017
Oct 31, 2017
Oct 21, 2016
Apr 12, 2021
Oct 21, 2016
Apr 12, 2021
Jul 1, 2018
Oct 11, 2017
Nov 6, 2017
Nov 6, 2017

Repository files navigation

codebeat badge

AutoDuolingo

In this project, we make it easy for you to solve exercises on Duolingo. You can choose either Spanish, French, German, or Italian in AutoDuolingo and the setup is quick and easy!

Installation

This project needs Selenium Webdriver and the Google Cloud Translate client library installed. To install them, run this code in your command line: For Selenium Webdriver: pip install selenium For Google Translate: pip install --upgrade google-cloud-translate

When you've downloaded this ZIP file, extract it and place this content's folder in an easily accessible place. Make sure you've downloaded the ChromeDriver.

Usage

Inside the AutoDuolingo directory, run the program using this code: python auto1.py

You're all set! Have fun using my program!