Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenjoezhang/badapple-telnet
Bad Apple!! Telnet Server
https://github.com/stevenjoezhang/badapple-telnet
badapple telnet telnet-server
Last synced: about 2 months ago
JSON representation
Bad Apple!! Telnet Server
- Host: GitHub
- URL: https://github.com/stevenjoezhang/badapple-telnet
- Owner: stevenjoezhang
- License: wtfpl
- Created: 2019-02-16T14:22:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:30:43.000Z (about 1 year ago)
- Last Synced: 2024-10-14T14:37:46.865Z (3 months ago)
- Topics: badapple, telnet, telnet-server
- Language: C
- Homepage: https://zhangshuqiao.org/2019-02/用Telnet观看Bad Apple!!
- Size: 410 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bad Apple!! CLI
Bad Apple!! rendered in your terminal.
## Setup
First build the C application:
make && cd src
You can run the C application standalone.
./badapple
To use the telnet server, you need to add a configuration that runs:
badapple -t
We recommend `openbsd-inetd`, but both `xinetd` and `systemd` work as well. You should be able to use any other compatible `inetd` flavor too.
## Credits
The data of the Bad Apple!! animation is from [BadAppleStringAnimation](https://github.com/kisekied/BadAppleStringAnimation).
This repo is forked from nyancat. More information:
http://nyancat.dakko.us
http://github.com/klange/nyancat## Licenses, References, etc.
The original source of the animation is [prguitarman](http://www.prguitarman.com/index.php?id=348).
The code provided here is provided under the terms of the [NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License).