-
-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# JBot [](https://travis-ci.org/rampatra/jbot) [](https://www.codacy.com/app/ramswaroop/jbot) [](http://www.javadoc.io/doc/me.ramswaroop.jbot/jbot) [](https://www.facebook.com/jbotframework/) [](#backers) [](#sponsors) [](https://raw.githubusercontent.com/ramswaroop/jbot/master/LICENSE) | ||
# JBot [](https://travis-ci.org/rampatra/jbot) [](https://www.codacy.com/app/rampatra/jbot) [](http://www.javadoc.io/doc/me.ramswaroop.jbot/jbot) [](https://www.facebook.com/jbotframework/) [](#backers) [](#sponsors) [](https://raw.githubusercontent.com/ramswaroop/jbot/master/LICENSE) | ||
|
||
Make bots in Java. | ||
|
||
|
@@ -22,13 +22,13 @@ can make your bot live right away. | |
* Chosen by [DZone daily picks](http://mailer.dzone.com/display.php?M=15184241&C=dcebb6887365120539df1fbf19a071ed&S=9043&L=658&N=4604). | ||
* Last but not the least, it's listed on [Slack.com](https://api.slack.com/community) | ||
|
||
**Still worried?** Open an [issue on Github](https://github.com/ramswaroop/jbot/issues) and we can discuss. | ||
**Still worried?** Open an [issue on Github](https://github.com/rampatra/jbot/issues) and we can discuss. | ||
|
||
## JBot for Slack | ||
|
||
**Running your SlackBot is just 4 easy steps:** | ||
|
||
1. Clone this project `$ git clone [email protected]:ramswaroop/jbot.git`. | ||
1. Clone this project `$ git clone [email protected]:rampatra/jbot.git`. | ||
2. [Create a slack bot](https://my.slack.com/services/new/bot) and get your slack token. | ||
3. Paste the token in [application.properties](/jbot-example/src/main/resources/application.properties) file. | ||
4. Run the example application by running `JBotApplication` in your IDE or via commandline: | ||
|
@@ -47,7 +47,7 @@ Read the detailed [Slack documentation](/docs/slack/README-Slack-JBot-4.0.0.md) | |
|
||
**Similar to Slack, Facebook is simple too but has few extra steps:** | ||
|
||
1. Clone this project `$ git clone [email protected]:ramswaroop/jbot.git`. | ||
1. Clone this project `$ git clone [email protected]:rampatra/jbot.git`. | ||
2. Create a [facebook app](https://developers.facebook.com/docs/apps/register#create-app) and a | ||
[page](https://www.facebook.com/pages/create). | ||
3. Generate a Page Access Token for the page (inside app's messenger settings). | ||
|
@@ -75,7 +75,7 @@ Read the detailed [Facebook documentation](/docs/facebook/README-Facebook-JBot-4 | |
This project exists thanks to all the awesome people who contribute. If you want to flaunt your skills or make | ||
the project even better, [you can start contributing](/CONTRIBUTING.md) and for any queries please just | ||
[raise an issue](https://github.com/ramswaroop/jbot/issues) and I would be more than happy to discuss :) | ||
[raise an issue](https://github.com/rampatra/jbot/issues) and I would be more than happy to discuss :) | ||
<a href="graphs/contributors"><img src="https://opencollective.com/jbot/contributors.svg?width=890" /></a> | ||
|