Skip to content

Instantly share code, notes, and snippets.

@gdiggs
Created July 27, 2010 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdiggs/492974 to your computer and use it in GitHub Desktop.
Save gdiggs/492974 to your computer and use it in GitHub Desktop.
# lines 11-14 of aol.rb from contacts gem
AOL_NUM = "32319-211" # this seems to change each time they change the protocol
CONTACT_LIST_URL = "http://mail.aol.com/#{AOL_NUM}/aol-6/en-us/Lite/ContactList.aspx?folder=Inbox&showUserFolders=False"
CONTACT_LIST_CSV_URL = "http://mail.aol.com/#{AOL_NUM}/aol-6/en-us/Lite/ABExport.aspx?command=all"
@Gjaime777
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment