Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update Dark Sky attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Sep 20, 2016
1 parent 13f5467 commit c390c45
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# weatherBot [![Python Version](https://img.shields.io/badge/python-3.3+-blue.svg)](https://www.python.org) [![Build Status](https://travis-ci.org/BrianMitchL/weatherBot.svg?branch=master)](https://travis-ci.org/BrianMitchL/weatherBot) [![Coverage Status](https://coveralls.io/repos/github/BrianMitchL/weatherBot/badge.svg?branch=master)](https://coveralls.io/github/BrianMitchL/weatherBot?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/BrianMitchL/weatherBot.svg)](https://gemnasium.com/github.com/BrianMitchL/weatherBot)

A Twitter bot for weather. Powered by [Forecast](https://forecast.io).
A Twitter bot for weather. [Powered by Dark Sky](https://darksky.net/poweredby/).

<img src="https://darksky.net/dev/img/attribution/poweredby-oneline.png" alt="Powered by Dark Sky" width="200">

_**Note: Any language or wording suggestions are appreciated and should be submitted as an issue. Feel free to add new choices for normal tweets and submit a pull request!**_

Expand All @@ -19,7 +21,7 @@ weatherBot can tweet the current weather condition and temperature at scheduled
* US, CA, UK, or SI units
* Geo location in each tweet
* Logs to the console and a file
* Weather data from Forecast.io
* Weather data from Dark Sky
* Python 3.3 or higher
* Configuration file for easy configuration
* Deploy via Heroku or Docker
Expand Down Expand Up @@ -84,5 +86,5 @@ docker run --name weatherBot -d -e WEATHERBOT_CONSUMER_KEY=xxx -e WEATHERBOT_CON

## Tools Used
* [Tweepy](https://github.com/tweepy/tweepy)
* [forecast.io API](https://developer.forecast.io)
* [Dark Sky API](https://darksky.net/poweredby/)
* [python-forecast.io](https://github.com/ZeevG/python-forecast.io)

0 comments on commit c390c45

Please sign in to comment.