jdcbot | The package
kandi X-RAY | jdcbot Summary
kandi X-RAY | jdcbot Summary
jdcbot is a Java library. jdcbot has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However jdcbot build file is not available. You can download it from GitHub.
jDCBot is a framework for writing your own bot/client. It is a good idea to understand classes here, since you will be working with them while writing your bot. We have provided simple ExampleBot and DownloadBot classes that extends jDCBot abstract class. That should be the start location to look at. Currently, there are several triggers you could override:. which should be enough to start with. but this list isn't complete (there are some more methods, but look at a source or the Javadoc ). jDCBot has a TimerThread abstract class that generates onTimer() event and you should extend it (example is provided through simple FloodMessageThread class) every time you need new and different onTimer() event. Also, there is WebPageFetcher abstract class that is extended by GoogleCalculation (when you run your bot and type e.g. '+calc 1+2*3' on main chat, it should react and output result) to show how to use it. There is MySQLWork abstract class (very simple one) that is extended by StaticCommands class that use one table in database to search for commands with static output in it and displays its output on main chat (you could test it with +help, but first read SQL). jDCBot is tested with several hubs and is working nicely (ExampleBot could have problem with Verlihub which use same starting of the command - plus sign). If you have any problems, try debugging connect() method of jDCBot class (currently there is no debugging printing on standard output). If you find any bugs, we appriciate for letting us know. We hope you will have nice time developing with jDCBot. Authors: Kokanovic Branko, AppleGrew and Milos Grbic.
jDCBot is a framework for writing your own bot/client. It is a good idea to understand classes here, since you will be working with them while writing your bot. We have provided simple ExampleBot and DownloadBot classes that extends jDCBot abstract class. That should be the start location to look at. Currently, there are several triggers you could override:. which should be enough to start with. but this list isn't complete (there are some more methods, but look at a source or the Javadoc ). jDCBot has a TimerThread abstract class that generates onTimer() event and you should extend it (example is provided through simple FloodMessageThread class) every time you need new and different onTimer() event. Also, there is WebPageFetcher abstract class that is extended by GoogleCalculation (when you run your bot and type e.g. '+calc 1+2*3' on main chat, it should react and output result) to show how to use it. There is MySQLWork abstract class (very simple one) that is extended by StaticCommands class that use one table in database to search for commands with static output in it and displays its output on main chat (you could test it with +help, but first read SQL). jDCBot is tested with several hubs and is working nicely (ExampleBot could have problem with Verlihub which use same starting of the command - plus sign). If you have any problems, try debugging connect() method of jDCBot class (currently there is no debugging printing on standard output). If you find any bugs, we appriciate for letting us know. We hope you will have nice time developing with jDCBot. Authors: Kokanovic Branko, AppleGrew and Milos Grbic.
Support
Quality
Security
License
Reuse
Support
jdcbot has a low active ecosystem.
It has 9 star(s) with 4 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. On average issues are closed in 2947 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of jdcbot is current.
Quality
jdcbot has 0 bugs and 0 code smells.
Security
jdcbot has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
jdcbot code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
jdcbot is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
jdcbot releases are not available. You will need to build from source code and install.
jdcbot has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed jdcbot and discovered the below as its top functions. This is intended to give you an instant insight into jdcbot implemented functionality, and help decide if they suit your requirements.
- From interface PrivateHub
- Connects to the specified DC hub
- Performs a search
- Convert the lock string to key
- Runs the download handler thread
- Call on onDownloadComplete
- Call on download start
- Handle raw command
- Initializes connection to user
- Handle a private message
- Main method for testing
- Invokes a method via its name
- Perform paste
- Fetch the page header as a string
- Sends a private message
- Runs the command
- Attempts to reconnect to the hub
- Run the method
- Runs the UDP thread
- Test program
- Command to show the filelist
- The button is pressed
- Run the bot
- Handler for private messages
- Command - line tool
- Initializes the bot
Get all kandi verified functions for this library.
jdcbot Key Features
No Key Features are available at this moment for jdcbot.
jdcbot Examples and Code Snippets
No Code Snippets are available at this moment for jdcbot.
Community Discussions
No Community Discussions are available at this moment for jdcbot.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jdcbot
You can download it from GitHub.
You can use jdcbot like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jdcbot component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use jdcbot like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jdcbot component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page