Project

irctc

0.0
No commit activity in last 3 years
No release in over 3 years
Handy utility to tell you when irctc's ticket counter opens
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Irctc

Ever spent time dumbly calculating when IRCTC.com will open ticket counter for Diwali or some important festivals and holidays?

I did.

That's why I built this handy utility. Now don't miss any more money on expensive "Redbuses"!

Installation

$ gem install irctc

Usage

It's a command-line awesomness.

To find when the counter opens for a future date, use the -f switch:

$ irctc -f 'nov 23, 2012'

Don't forget to book in '2' days!

For the given date, tickets are available from this date:
(Thu) Jul 26, 2012

$ irctc -f 'nov 13, 2012'

Ticket counter already opened '8' days ago.

For the given date, tickets are available from this date:
(Mon) Jul 16, 2012

To find for what future date the counter opens for the given date, use the -p switch:

$ irctc -p 'jul 24, 2012'

On the given date, tickets are available for this date:
(Wed) Nov 21, 2012

Note: As of now, the irctc ticket counter opens 120 days before the day you need to travel.

Contributing

More awesome functionality can be added! For example, a gmail integration would be great. It could send mail for the interested people for their preferred days. I'm working on it already. Feel great to provide a helping hand.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request