Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/RedL0tus/YearProgressBot

\\\ YearProgressBot /// written in Bash, for Telegram.
https://github.com/RedL0tus/YearProgressBot

Last synced: 3 months ago
JSON representation

\\\ YearProgressBot /// written in Bash, for Telegram.

Awesome Lists containing this project

README

        

YearProgressBot
===============

\\\ YearProgressBot /// written in Bash, for Telegram.

Deployment
----------

1. Clone the reposistory:
```
$ git clone https://github.com/RedL0tus/YearProgressBot.git
```

2. Copy and modify the systemd unit file:
Use your favourite editor to replace the dummy environment variables with yours. Don't forget to change the path at `ExecStart` as well.
```
# cp YearProgressBot.service /etc/systemd/system/YearProgressBot.service
# nano /etc/systemd/system/YearProgressBot.service
```

3. Start the bot
```
# systemctl start YearProgressBot
```

License
-------

WTFNMFPLv1

```
DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
Version 1, October 2013

Copyright © 2013 Ben McGinnes

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

1. Do not hold the author(s), creator(s), developer(s) or
distributor(s) liable for anything that happens or goes wrong
with your use of the work.
```