Coder Social home page Coder Social logo

Easier step by step tutorial? about icka HOT 11 OPEN

osm avatar osm commented on August 18, 2024
Easier step by step tutorial?

from icka.

Comments (11)

larakel1 avatar larakel1 commented on August 18, 2024 1

Did you make sure to set the environment variables in the new version and make sure that the values are spelled correctly? (Also note that the IRCCloud username should be an email address.)

Finally i did you repository with 100% success thanks

from icka.

Deihmos avatar Deihmos commented on August 18, 2024

You can use own server or heroku. I used heroku instead. You can follow the same instructions as Vijai and just edit the github link and password/email. Add a Procfile with this worker: ./bin/icka -forever

It runs every hour.

from icka.

Cloud-user221 avatar Cloud-user221 commented on August 18, 2024

You can use own server or heroku. I used heroku instead. You can follow the same instructions as Vijai and just edit the github link and password/email. Add a Procfile with this worker: ./bin/icka -forever

It runs every hour.

I am afraid Vijai has now removed his old article. Someone needs to make step by step instructions for those who are not that savvy with Linux command line, please. Thanks.

from icka.

kmikita avatar kmikita commented on August 18, 2024

$ git clone https://github.com/osm/icka.git
$ cd icka
$ heroku create
$ heroku config:set ICKA_EMAIL=your@email
$ heroku config:set ICKA_PASSWORD=your_password
$ echo "worker: ./bin/icka -forever" > Procfile
$ git add .
$ git commit -m "Procfile"
$ git push heroku master
$ heroku ps:scale worker=1
$ heroku logs

from icka.

Cloud-user221 avatar Cloud-user221 commented on August 18, 2024

$ git clone https://github.com/osm/icka.git
$ cd icka
$ heroku create
$ heroku config:set ICKA_EMAIL=your@email
$ heroku config:set ICKA_PASSWORD=your_password
$ echo "worker: ./bin/icka -forever" > Procfile
$ git add .
$ git commit -m "Procfile"
$ git push heroku master
$ heroku ps:scale worker=1
$ heroku logs

Thanks. Tried it on my Raspberry Pi and it failed at make stage. Tried git clone and it failed too. Any one willing to make a step by step guide?

from icka.

TehPeGaSuS avatar TehPeGaSuS commented on August 18, 2024

The exact error output would be helpful though.

from icka.

Cloud-user221 avatar Cloud-user221 commented on August 18, 2024

Thanks @PeGaSuS-Coder

I managed to clone git and install Heroku on local server but now stuck at this stage:

pi@raspberrypi:~/icka $ git commit -m "Procfile" *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'pi@raspberrypi.(none)')

My question is, where do I enter my irccloud credentials? I haven't downloaded irccloud.git this time, like i did previously when following Vijae's instructions (server has changed since then and no longer has irccloud.git installed) --- I have managed to log into my heroku account via CLI after installing heroku.

Much appreciated and TIA.

from icka.

tech234a avatar tech234a commented on August 18, 2024

I have a repo based on this script with easy, step-by-step setup instructions. It can be deployed to Heroku completely from a web browser without editing code, and it also uses far fewer Heroku account hours than running it forever.

https://github.com/tech234a/irccloud

For those of you who used this repo back when it was based on vijaiaeroastro's script: the easiest way to update is to delete your existing Heroku app, use the deploy button in the README to create a new app with the same name as your previous one, and make sure your existing cron-job.org job is enabled.

from icka.

Deihmos avatar Deihmos commented on August 18, 2024

Thanks for this. It works well.

from icka.

larakel1 avatar larakel1 commented on August 18, 2024

Helllo any help for install with the new update? i just deleted the old and followed the old steps but dont success, in logs
2022-05-18T09:05:04.363734+00:00 app[worker.1]: 2022/05/18 09:05:04 keep alive error: get session failed, check email and password

Thanks in advance

from icka.

tech234a avatar tech234a commented on August 18, 2024

Did you make sure to set the environment variables in the new version and make sure that the values are spelled correctly? (Also note that the IRCCloud username should be an email address.)

from icka.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.