Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

codyml/twitter-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge Entry: Cody M Leff

This implementation is written in Python. It can be executed by running the run.sh shell script or by executing features.py from the command line in the python environment with the correct arguments, like so:

python features.py [source file] [feature 1 output] [feature 2 output]

To prioritize scaling abilities, this implementation invokes few external libraries and avoids calls that involve iterating over internal storage as much as possible.

About

Example Repo for Coding Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Shell 6.5%