Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabulator/the-sun-is-shining
- Owner: fabulator
- License: apache-2.0
- Created: 2019-10-20T07:31:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T07:24:56.000Z (5 months ago)
- Last Synced: 2024-09-07T08:37:46.434Z (5 months ago)
- Topics: sunrise, sunset, twitter
- Language: TypeScript
- Homepage:
- Size: 821 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```