Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drptbl/tnb-remote-control-plugin
- Owner: drptbl
- Created: 2018-03-01T15:16:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T15:48:20.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T09:14:08.952Z (2 months ago)
- Topics: bot, plugin, remotecontrol, thenoobbot, tnb, worldofwarcraft, wow
- Language: C#
- Homepage:
- Size: 6.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 valueSadly - 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!