A program designed to add new stories to the Pivotal Tracker Icebox by submiting post requests to the Pivotal Tracker API .
{:poison, "~> 3.1"},
{:httpoison, "~> 1.7"},
The .txt file must have the following format:
author_name
project_name
owner_names
sample_story_1
sample_story_2
...
PivotalTrackerStoryUploader.Controller.run("test.txt")