Showing 83 open source projects for "otp-bot"

View related business solutions
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    Botui

    Botui

    A JavaScript framework to create conversational UIs

    ...The upcoming version will have some major breaking changes. I suggest you use a specific version instead of using the latest tag. BotUI makes it super easy to create conversational/bot interfaces. It has an intuitive JavaScript API to add messages and show actions that a user can perform. It also gives you total control over how everything looks. You can also create your own themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Gekko

    Gekko

    A bitcoin trading bot written in node

    ...Once you created it you can use Gekko to backtest your strategy over historical market data or run against the live market (using either a paper trader or real trader - making it a trading bot).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    pdf-bot

    pdf-bot

    A Node queue API for generating PDFs using headless Chrome

    pdf-bot is a Node.js microservice designed to automate the generation of PDF documents from web pages using headless Chrome. The project provides a queue-based API that allows developers to submit URLs for PDF generation, which are then processed asynchronously by the service. Once a document is generated, the system can notify external applications through webhooks, enabling integration with other backend systems or automation pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Bot Libre

    Bot Libre

    free open artificial intelligence for everyone

    Bot Libre is a free open source platform for artificial intelligence, chat bot, virtual agents, live chat, and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 5
    Zenbot

    Zenbot

    A command-line cryptocurrency trading bot

    Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB. Fully-automated technical-analysis-based trading approach. Full support for Binance, Bitfinex, Bitstamp, Bittrex, CEX.IO, GDAX, Gemini, HitBTC, Kraken, Poloniexand TheRockTrading, work on further exchange support is ongoing. Plugin architecture for implementing exchange support, or writing new strategies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    ...If specified, every POST request will be tested for spoofing. As well, it mounts /_status, which will return {"status": "ok"} if the middleware is running. If verify is specified in the bot options, it will mount a handler for GET requests that verifies the webhook. The underlying method used by bot.middleware() to parse the message payload, and fire the appropriate events. Use this if you've already implemented your own middleware or route handlers to receive the webhook request, and just want to fire the events on the bot instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Gekko-Strategies

    Gekko-Strategies

    Strategies to Gekko trading bot with backtests results

    Gekko-Strategies is a community repository of strategies (JavaScript files plus configuration) for the Gekko trading bot. It contains a variety of trading strategy scripts, backtest results, and tools or helpers for strategy evaluation. It is not itself a standalone trading engine but contains strategy modules to use with Gekko. Results are sorted by amount of best profit/day on unique DATASETS. Includes an install script (install.sh) to facilitate installing strategies into the user’s Gekko setup under Unix-like systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A JavaScript Texas Hold 'em Poker game, holdem, that runs in most web browsers. This is a one-player game against bot opponents. The game loads once and never hits the server again so it can be played even when your internet connection goes down.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Tron

    Tron

    A Discord chat bot to make a server more entertaining

    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service+ for MS Dynamics 365 & Salesforce Icon
    Field Service+ for MS Dynamics 365 & Salesforce

    Empower your field service with mobility and reliability

    Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
    Learn More
  • 10
    Crypto Arbitrage

    Crypto Arbitrage

    A cryptocurrency arbitrage opportunity calculator

    A cryptocurrency arbitrage opportunity calculator and trading bot. Over 800 currencies and 50 markets. In short, it collects JSON from multiple different cryptocurrency markets, goes through the results, and finds the highest and lowest price for each coin. The script will find the highest price (chbtc.com), and lowest price (Bittrex), and divide the two: 51.8/38.23 = ~1.35 (~35% profit margin) and then push these results to the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Y.V.S-Bot

    A Discord BOT using Discord.js

    The BOT is used in our Discord server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Claudia Bot Builder

    Claudia Bot Builder

    Create chat bots for Facebook Messenger, Slack, Amazon Alexa, etc.

    Claudia Bot Builder automatically parses the incoming messages into a common format, so you can handle it easily. It also automatically packages the response into the correct message template for the requesting bot, so you do not have to worry about individual bot protocols. Claudia Bot Builder doesn't have a stand-alone http server in the background (such as Express, Hapi, etc.), instead it uses API Gateway and it's not trivial to simulate similar environment locally. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    wechat4u.js

    wechat4u.js

    JavaScript implementation of WeChat wechat web interface

    JavaScript implementation of WeChat WeChat web interface, compatible with Node and browsers, WeChat robot. Export and import necessary data to keep WeChat login bot.botData. Modify contact remarks bot.updateRemarkName(UserName, RemarkName). Modify group name bot.updateChatRoomName(ChatRoomUserName, NewName). Forward message bot.forwardMsg(msg, toUserName). Revoke message bot.revokeMsg(MsgID, toUserName). A class of methods that send a message that returns the full response data on success....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Travian-bot is a bot for the browser game Travian. It can build buildings, send resources and troops (scheduled or in case of incoming attack), trade, hold celebrations, train and upgrade troops. It can be translated to any Travian server. Travian-bot is back!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    This is an ircbot written in php. The bot run from any server with php support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Twitch Streamer Bot And Loyality Manager

    Twitch Streamer Bot And Loyality Manager

    Manage chat and your viewers. JavaScript or Java based chat bot-

    ...Sorry. * This program is like a swiss pocket knife. You can manage your viewers, add more functionality to your chat and your stream and more. Check out Wiki page for bot. This wiki is not up to date anymore. Please see all the news and updates at website: http://streambud.com/ - UI to keep an eye on your stream; - Stream events; - Plugins; Be a patreon: https://www.patreon.com/dustinest Support at Greenlight: http://steamcommunity.com/sharedfiles/filedetails/?id=426216737 Last updates: http://streambud.com/history Project requires Java 8. http://java.com/ You can find me at Twitch: http://www.twitch.tv/dustinest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GhettoFranz

    GhettoFranz

    The Bot GhettoFranz.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Project Libre

    Project Libre

    An open platform for chat bots, virtual agents, live chat, and more

    ...It includes web and mobile services for Java, Android, iOS, and JavaScript. Project Libre includes an API, SDK, and user interface for live chat, chatrooms, forums, chat bots, virtual agents, and other services supported by the Bot Libre and Paphus servers. The hosted servers include: BOT libre! - http://www.botlibre.com - free chat bot creation and hosting platform FORUMs libre! - http://www.forumslibre.com - free embeddable forums LIVE CHAT libre! - http://www.livechatlibre.com - free live chat and chatrooms Paphus Live Chat - http://www.paphuslivechat.com - commercial live chat, chatroom, forums, and chat bot hosting service Also hosted on GitHub, https://github.com/paphus/Project-Libre
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    MineSoft Datamine System

    MineSoft Datamine System

    PHP application for datamining

    Application for datamining. Use for good not evil. this isnt totally practical if you are targetting MASS ammounts of websites. its not a bot. each url has to be entered by hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PDSD4TC
    Public Development for the Community Educational Project meant to inspire your creative talent in a variety of areas such as: C++ Coding, Apache / Windows / Virtual server Administration & DNS, Graphic Design, 3D in-game development, website html / php / asp / java, MySQL database management and troubleshooting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JBot is an IRC bot based on JISIRC. Utilizing wxJS, it runs on any platform supported by wxWidgets. Selected platforms for the focus of this project are windows, linux and macintosh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This WebOS application generates RFC 2289 standard compliant one-time passwords. It supports the MD4 and MD5 message-digest algorithms as well as the SHA-1 hash algorithm and can be used with challenge-response OTP systems such as OPIE and S/KEY.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bot for RSC private server SCEmulation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A firefox extensions for very popular chinese social network website kaixin001.com. Current tools include a smart bot to help player automatically play its most popular game "parking".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Javascript Browser Sniffer is a library for identifying which browser and operating system the visitor is using, including the version number. It also detects bots and the Flash plugin. Now identifies 30 browsers, 14 browser engines, 25 OSs and 6 bot
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB