All Projects → Parabot → Parabot

Parabot / Parabot

Licence: gpl-3.0
The best Open Source Runescape Private Server (RSPS) Bot; For servers such as Ikov, DreamScape, Runique, PkHonor, and many more!

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Parabot

Groupme Giphy Bot
A bot that adds the /giphy command to Groupme.
Stars: ✭ 5 (-79.17%)
Mutual labels:  bot
Telegram Standup Bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 20 (-16.67%)
Mutual labels:  bot
Fs0c13ty Bot
🤖 A discord bot made to help you in moderation.
Stars: ✭ 24 (+0%)
Mutual labels:  bot
Euircbot
A featureful nodejs irc bot
Stars: ✭ 16 (-33.33%)
Mutual labels:  bot
Ecgberht
Starcraft: Brood War bot using BWAPI4J
Stars: ✭ 19 (-20.83%)
Mutual labels:  bot
Whatis
Whatis bot server for Slack!
Stars: ✭ 22 (-8.33%)
Mutual labels:  bot
Scala Steward
🤖 A bot that helps you keep your Scala projects up-to-date
Stars: ✭ 812 (+3283.33%)
Mutual labels:  bot
Facebook Messenger
Definitely the best way to make Bots on Facebook Messenger with Ruby
Stars: ✭ 927 (+3762.5%)
Mutual labels:  bot
Focabot
Music with seals!
Stars: ✭ 19 (-20.83%)
Mutual labels:  bot
Notmail bot
Telegram bot that acts as an email client
Stars: ✭ 23 (-4.17%)
Mutual labels:  bot
Nadekobot
Open source, general-purpose Discord chat bot written in C#
Stars: ✭ 892 (+3616.67%)
Mutual labels:  bot
Circuit Sdk
JavaScript and Node.js SDK for Circuit
Stars: ✭ 18 (-25%)
Mutual labels:  bot
Thewife
Crypto trading bot that reacts to optimized RSI signal 🤖📈💸
Stars: ✭ 22 (-8.33%)
Mutual labels:  bot
Smd
Spotify Music Downloader
Stars: ✭ 822 (+3325%)
Mutual labels:  bot
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (+0%)
Mutual labels:  bot
Java Telegram Bot Api
Telegram Bot API for Java
Stars: ✭ 819 (+3312.5%)
Mutual labels:  bot
Pyrobot
Telegram Userbot powered by Pyrogram
Stars: ✭ 23 (-4.17%)
Mutual labels:  bot
Vkb
Bot for vk.com competitions
Stars: ✭ 24 (+0%)
Mutual labels:  bot
Op Bot
Bot telegram simples escrito em Go.
Stars: ✭ 24 (+0%)
Mutual labels:  bot
Physics Command
Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)
Stars: ✭ 23 (-4.17%)
Mutual labels:  bot

Stories in Ready Build Status

Parabot

Parabot V2.8.1

Links

Website

Download latest version

Compilation

Build the project with the Maven POM file to have all required libraries installed.

Automation

Every stable build is automatically generated from the last commits of the master branch. This will take the version from both the pom.xml and the version in .travis.yml.

The nightly builds are automatically created from the last commits of the development branch. This will take the version from both the pom.xml and the version in .travis.yml, together with the build ID from travis.

Issues

If you've an issues regarding the bot itself, please report them here.

Maven

To add the client as a library, you'll first have to add our repository to your pom.xml:

    <repositories>
        <repository>
            <id>git-parabot</id>
            <name>Parabot's Git based repo</name>
            <url>https://maven.parabot.org/</url>
        </repository>
    </repositories>

Then you'll need to add the dependency:

    <dependencies>
        <dependency>
            <groupId>org.parabot</groupId>
            <artifactId>client</artifactId>
            <version>2.8.1</version>
        </dependency>
    </dependencies>

Labels

Labels are created with GHLabel, whereas the yml is located in the .github directory

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].