1.4.5 • Published 6 years ago

twitchbot v1.4.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Twitchbot

A simple NodeJS bot for Twitch.

Allows to define commands, intervals, and other dynamic things.

Event listeners can be attached to many events (channel went live, channel hosting, messages, whispers, etc.)

If anyone is interested in using this, I could write a more informative readme.

Command/Interval responses are all stored as simple JS strings. You can however refer to actual native JS commands. Check the example.

One thing to note - the database used by this bot is in fact a simple JS object, that is saved as JSON at a fixed rate (which you can configure), and loaded from JSON at startup. This means that you can add to it anything you want, and it will be saved and loaded properly, as long as it is JSON-able. Commands, intervals, channel settings, and so on, are all saved. This means you can add them once when running for the first time, and never touch them again.

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.11

6 years ago

1.3.10

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago