Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabulator/the-sun-is-shining

This project will publish message to your Twitter on sunrise and on sunset.
https://github.com/fabulator/the-sun-is-shining

sunrise sunset twitter

Last synced: 13 days ago
JSON representation

This project will publish message to your Twitter on sunrise and on sunset.

Awesome Lists containing this project

README

        

# The Sun is shining

This project will publish message to your Twitter on sunrise and on sunset. To use it run a docker container:

```shell
docker run -d -e LAT=XX.XXX -e LON=XX.XXX -e TZ=Europe/Prague -e TWITTER_KEY=XXX -e TWITTER_SECRET=XXX -e TWITTER_TOKEN=XXX -e TWITTER_SECRETTOKEN=XXX fabulator/the-sun-is-shining:latest
```