forked from mind-freeze/irccloud
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Vijai Kumar S
authored
Dec 14, 2017
1 parent
0758c05
commit b6e7c0b
Showing
1 changed file
with
18 additions
and
2 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,2 +1,18 @@ | ||
# irccloud | ||
A simple heroku application to keep your irccloud connection alive always | ||
# IRC Cloud Keep Alive Utility | ||
A simple heroku application to keep your irccloud connection alive always (without paying :dollar:)! | ||
|
||
Let me start this by saying *None of this is illegal* | ||
IRC Cloud has publicly documented their api and different RPC calls they make. | ||
Its publicly listed on github and you can read it here [IRC Cloud Wiki](https://github.com/irccloud/irccloud-tools/wiki). | ||
|
||
In order to get going, please read this blog article which details the usage of this application. | ||
|
||
Requirements | ||
============ | ||
* A Free heroku account | ||
* Python 2.7 | ||
* Requests library | ||
|
||
License | ||
======= | ||
MIT |