Giter VIP home page Giter VIP logo

vbot's People

Contributors

94m3k1n9 avatar aleksamagicka avatar bartico6 avatar blueraja avatar bottswana avatar cwhelchel avatar fantasmos avatar frozenhaxor avatar gabrielmtzcarrillo avatar gamemaster1494 avatar geel9 avatar jessecar96 avatar kxsong avatar lagg avatar laggingpyro avatar lazy1 avatar mates1500 avatar medcat avatar mustafagezen avatar payme avatar philipp15b avatar scholtzm avatar sephirothsg avatar spideyfusion avatar stormreaper avatar thesandvichisaliar avatar waylaidwanderer avatar wildcard65 avatar winwardo avatar yogurtfp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

vbot's Issues

Major Issues

All API keys should be renewed

The Bot is not reverting its name back after posting the MOTD

ChatCommands doesn't have 'help' portions with text added.

Not urgent:

Add a feature to dump chatcommands.json and replies.json to a user so they can see all commands.

Server Adding and removal also through msgs would be helpful.

Maps list has spaces before commas

12:25 - ๐Ÿ‘Œ Puffbit~: !maps
12:25 - [5] VBot.exe: koth_sand , koth_sandstone , koth_sandstone_ , koth_sandsto , pl_mountainside_b7 ,

This should actually be
[5] VBot.exe: koth_sand, koth_sandstone, koth_sandstone_, koth_sandsto, pl_mountainside_b7.

Update server information posts to correctly filter out extraneous workshop data

Messages like:

21:03 - [6] VBot.exe: Map changed to: workshop/arena_discovery_b4.ugc on the EU Server 4/24 - Join at: steam://connect/91.121.155.109:27015
21:08 - [6] VBot.exe: workshop/arena_discovery_b4.ugc 6/24 - Join at: steam://connect/91.121.155.109:27015

Should be updated to filter out the "workshop/" and ".ugc[0-9]*" sections. The relevant code used to do this on the forums is:
$serverData["map"] = str_replace("workshop/", "", $serverData["map"]);
$serverData["map"] = preg_replace("/\.ugc[0-9]+/", "", $serverData["map"]);

Logging and Data Storage Issues

-The bot is probably still logging chat and is resulting in a large file
-In the userdatabase and other parts of the system, the STEAMID should be converted into a string when its saved as this takes much less storage space, and should be retrieved as a STEAMID, make sure to double check admin commands being admin only when adding this
-When posting to google sheets, add a persona name to the STEAMID column

SteamKit2 Can't update without breaking Bot

Hey, just to let you guys remember that the steamkit nuget package is at an olderversion, looking into updating it is difficult as it changes a lot of callbacks in bot.cs. Worth noting.

Bot Crashing

The bot is crashing on a daily basis, code needs to either be added to encourage a reconnect, or needs to be removed and have a watchdog running

Improve search API

After continued usage it is apparent that the google custom search API is no longer reliable. I suggest replacing this with duckduckgo's, this should be as simple as replacing the method's process, as opposed to the input and output associated with it.

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.