Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicmn authored Oct 30, 2016
1 parent 0f81e29 commit dd690bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# World-Population-Bot
A Twitter bot that posts the total world population and the percent change once a day.
*A simple Twitter bot that posts the total world population and the percent change once a day.*

**What this program does:**
1. Pull the total world population from http://api.population.io/
2. Calculate the percent change since the previous day
3. Post to twitter
4. Wait 24 hours
5. 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.

Expand Down

0 comments on commit dd690bb

Please sign in to comment.