You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
358 B
Markdown
14 lines
358 B
Markdown
2 weeks ago
|
# Bot que recomienda seguir los últimos canales con actividad de un nodo peertube
|
||
|
|
||
|
<pre>
|
||
|
# apt install git toot
|
||
|
# toot login # just the first time
|
||
|
# adduser recomendador
|
||
|
# su - recomendador
|
||
|
$ mkdir bots
|
||
|
$ cd bots
|
||
|
$ git clone http://git.56k.es/fanta/recomendador
|
||
|
$ crontab -e
|
||
|
00 10 * * * /bin/bash /home/recomendador/bots/recomendador/recomendador.sh
|
||
|
</pre>
|