Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drptbl/tnb-remote-control-plugin

TheNoobBot plugin that sends currently botting character data to Firebase Database at set interval.
https://github.com/drptbl/tnb-remote-control-plugin

bot plugin remotecontrol thenoobbot tnb worldofwarcraft wow

Last synced: about 1 month ago
JSON representation

TheNoobBot plugin that sends currently botting character data to Firebase Database at set interval.

Awesome Lists containing this project

README

        

# tnb-remote-control-plugin
Plugin made for [TheNoobBot](http://thenoobbot.com/) - The first WoW Bot in the world compatible with WoW Legion.

It was meant to be used together with mobile app called [BRCS - Bot Remote Control System](https://github.com/drptbl/remotecontrol-app) - also made by me.

Everything was planned to run under pay-by-month model (that's why you can see auth everywhere, etc).

Currently it's main and only purpose is to:
- first authenticate user using `Firebase Auth`
- then send current botting character data to `Firebase Database` at set interval (for ex. each `10` secs)

But hey.. that doesn't sound useful yet, huh?

What if you could combine this plugin together with mobile app?

This would allow you to monitor your character `24/7` directly from your mobile phone.

What was planned for future?
- sending notifications from plugin to mobile app (started working on it, didn't finish)
- receiving remote commands:
- for example you could set some value on button press in mobile app and then react to it with plugin and set it back to default value

Sadly - a lot of ideas, but no time left.

That was my first touch of C#. And it was a pleasure actually!

# How to use?
- Change settings in `./PrivateSettings.cs` file
- Compile
- Throw it to TNB `/plugins` folder and have fun!