Skip to content

A scraper to get thesaurus definition from Cambridge dictionary

Notifications You must be signed in to change notification settings

tnngo2/thesaurus-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A therausus scraper

I used this project to scrap Cambridge therausus content and copy those scrapped content to Memrise for reviewing purpose.

The project is configured as a micro service which is ready for Heroku deployment.

Written in Go lang, and Gin web framework.

Heroku deployment

$ heroku login
$ git init
$ git add -A .
$ git commit -m code
$ echo 'web: demoapp' > Procfile
$ heroku create -b https://github.com/kr/heroku-buildpack-go.git
$ git push heroku master
$ heroku open
$ heroku ps
$ heroku logs --tail

About

A scraper to get thesaurus definition from Cambridge dictionary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages