Coder Social home page Coder Social logo

fortox's Introduction

fortox cookie

fortox cookie is a fortune telling chat bot. It is a simple bash script using ratox to pipe the output from the unix command fortune to some TOXID.

#Getting started:

fortox requires:

  • ratox,
  • fortune,
  • inotify-tools,
  • and bash.

ratox is a client implementation of the tox protocol. It allows complete interaction through named pipes. How to install ratox: https://git.2f30.org/ratox/log.html

After installing ratox clone the repository:

sudo apt-get install fortune-mod rolldice inotify-tools
git clone https://github.com/d4ndo/fortox.git

#Usage:

Start the bot:

cd fortox

# start ratox client first
ratox fortox
# start bash script
./start.sh TOXID

connect to the bot by any TOX client and type !fortune or !f.

Howto add fortox bot to your friendlist:

echo TOXID > ./request/in

Some other useful commands:

#allow request
echo 1 > ./request/out/TOXID

#returns TOXID from fortox bot
cat id

#change nickname to "fortune"
echo fortune > ./name/in

#Watchdog

A watchdog to check if ratox is still alive.

# Add the following line in /etc/crontab
0 *   * * *   root    cd /home/myname/fortox && ./checkalive.sh myprofile

fortox's People

Contributors

d4ndo avatar

Stargazers

 avatar  avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.