A simple heroku application to keep your irccloud connection alive always (without paying 💵)!
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.
IMPORTANT : In order to get going, please read this blog article which details the usage of this application. https://vijaikumar.in/keeping-your-irccloud-client-always-connected-for-free-82db71b3cff3
- A Free heroku account
- Python 3.7
- Requests library
Be sure to have python-dev
installed in your machine.
Clone the repository with git clone https://github.com/vijaiaeroastro/irccloud.git
Enter into the cloned repository with cd irccloud
Install the requirements with python -m pip install -r requirements.txt
If the above command fails, install python-pip
Use the bash script irccloud_cronjob
provided for ease of use
UNLICENSE