A simple Twitter bot that posts the total world population and the percent change once a day.
What this program does:
- Pull the total world population from http://api.population.io/
- Calculate the percent change since the previous day
- Post to twitter
- Wait 24 hours
- Repeat
NOTE: Before using makesure log.txt has at least 2 world population already. To determine the 2 previous days world population use: http://api.population.io/#!/population/determineTotalPopulationByDate and put the two numbers you find into log.txt.
Enjoy!