Skip to content

Dataninja is a tool to fetch data from multiple sources via web services.

Notifications You must be signed in to change notification settings

acarmisc/dataninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataninja

Environment setup

To preserve the repository secret free we put the credentials in some environment variables. Do it like this:

echo "export amazon_secret=<string>" >> ~/app-root/data/.bash_profile
echo "export amazon_code=<string>" >> ~/app-root/data/.bash_profile
echo "export amazon_key=<string>" >> ~/app-root/data/.bash_profile

echo "export ebay_appid=<string>" >> ~/app-root/data/.bash_profile

echo "export dumbo_url=http://dumbourl.com/" >> ~/app-root/data/.bash_profile

echo "export outpan_url=<string>" >> ~/app-root/data/.bash_profile

About

Dataninja is a tool to fetch data from multiple sources via web services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published