Code Monkey home page Code Monkey logo

wordsmith's Introduction

Hey ๐Ÿ‘‹

Metrics

Gists

wordsmith's People

Contributors

porterhau5 avatar skahwah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wordsmith's Issues

AppVeyor releases with release notes and attached data archive

In appveyor.yml, add scripts necessary to pull in comments from CHANGELOG.md for latest version and add them as release notes.

Currently, it's a manual process for uploading data.tar.xz to new releases. Find a way to automate this without bloating the git repo.

lyrics

Add the ability to include billboard top 100 for a selected country. To extend this we could also grab the top songs for a given country and a given decade.

The Billboard site URLs are fairly easy to predict. I think we could get many/most of the country endpoints programmatically. For example, the top songs for 2016 in France can be viewed like this:

http://www.billboard.com/archive/charts/2016/france-songs

With the list of desired songs, the easiest solution might be to query an API like Genius (this will require an API token).

songs = Genius::Song.search("gangsta's paradise")

Linux character issue

I cloned wordsmith over to kali Linux and I get an error when I run it
~/wordsmith# ruby wordsmith.rb
wordsmith.rb:357: invalid multibyte char (US-ASCII)
wordsmith.rb:357: invalid multibyte char (US-ASCII)
wordsmith.rb:357: syntax error, unexpected $end, expecting ')'
cities = cities.each {|city| city.gsub!(/รขย /,'')}
^
This same version does work on mac-os, just not Linux .

Regional slang / nicknames

Recommendation from BSidesDC. Examples included "Roll Tide", "yinz", "Go Vols", etc.

Need suggestions for data sources.

Most common names

Currently only have data for first and last names in the U.S.

Need suggestions for data sources for the rest of the world.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.