git clone git://gist.github.com/3080290.git pivtweet
cd pivtweet
You have to modify pivotal tracker api key, twitter oauth key, then git add .
, git commit
.
pip install -r requirements.txt
python pivtweet.py
heroku create --stack cedar your-proj-name
heroku addons:add scheduler
git push heroku master
heroku addons:open scheduler
- Click Add Job
- Past
python pivtweet.py
to input field. - Change FREQUENCY Daily to every 10 minutes.
- That's it!