Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kotarot/drf-bot

[Twitter bot] DRFbot is a bot on Twitter. It posts a DRF-buffer 3-cycle algorithm once in a day.
https://github.com/kotarot/drf-bot

Last synced: about 2 months ago
JSON representation

[Twitter bot] DRFbot is a bot on Twitter. It posts a DRF-buffer 3-cycle algorithm once in a day.

Awesome Lists containing this project

README

        

DRFbot
======

[@DRFbot](https://twitter.com/DRFbot) is my dear bot on Twitter.

List of algorithms
------------------

You can view the [list of all algorithms](https://kotarot.github.io/drf-bot/) that the bot has learned.

How to revive it
----------------

Execute _bot.sh_ in your Linux computer.
_bot.sh_ checks if the bot process is working or not.
It does nothing if the bot process is working, sets up the bot if not.

Insert a following line in your crontab.

```
*/1 * * * * /path/to/drfbot/bot.sh
```