https://github.com/bmarwell/twitter-tierkreiszeichenbot
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.
https://github.com/bmarwell/twitter-tierkreiszeichenbot
twitter twitter-bot zodiac zodiac-sign
Last synced: 4 months ago
JSON representation
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.
- Host: GitHub
- URL: https://github.com/bmarwell/twitter-tierkreiszeichenbot
- Owner: bmarwell
- License: apache-2.0
- Created: 2019-02-14T06:14:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:20:21.000Z (over 2 years ago)
- Last Synced: 2025-04-02T01:11:09.788Z (about 1 year ago)
- Topics: twitter, twitter-bot, zodiac, zodiac-sign
- Language: Java
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0) [](https://travis-ci.org/bmhm/twitter-tierkreiszeichenbot) [](https://codeclimate.com/github/bmhm/twitter-tierkreiszeichenbot/maintainability) [](https://codecov.io/gh/bmhm/twitter-tierkreiszeichenbot)
# twitter-tierkreiszeichenbot
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.
## Active bots
* 🇩🇪 [@SternzeichenB](https://twitter.com/SternzeichenB) (German, tz=Europe/Berlin)
* 🇬🇧 [@BotZodiac](https://twitter.com/BotZodiac) (British English, tz=Europe/London)
## Features
* You can enable or disable the progressbar.
* You can set a custom progressbar length.
* Translated to German and English, more languages are easy to add.
* TimeZone support.
* Will change avatar (twitter profile picture) according to zodiac sign.
* (Coming) will react to simple questions.
* (Coming) custom ASCII art bar characters.
## Configuration
See [Wiki:Configuration](https://github.com/bmhm/twitter-tierkreiszeichenbot/wiki/Configuration).
## How to start
You can start this spring boot application via script or command line like this:
```bash
# Switch to any java 11, in this example I use jabba.
# Just make sure JAVA_HOME and PATH are set correctly.
jabba use "adopt-openj9@1.11.0-2"
# start like this
java \
-Duser.language=de \
-jar ~/bin/tierkreiszeichenbot-bot-0.1.0-SNAPSHOT.jar \
--spring.config.location=file:$HOME/.config/sternzeichenbot.properties \
--user.timezone=Europe/Sofia
```