myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Save individual user zip codes #54

Open ghost opened 12 years ago

ghost commented 12 years ago

Idea is for users to have jenni store user zip codes. Example:

KindOne: .set weather 31216

// so that later on, when i do

KindOne: .weather

// I get

jenni: Clear ☼, 50.0℉ (10℃), 30.00in (1013mb), Calm 0kt (↑) - KMCN 08:53Z

//Without having to specify my zipcode.

myano commented 10 years ago

Eventually I'd love to incorporate some type of all inclusive database system like how Willie has, as a place to store stuff for modules instead of randomly throwing things in flat text files everywhere.

kaneda commented 9 years ago

I don't think this is feasible without https://github.com/myano/jenni/issues/107 finished first.

myano commented 9 years ago

Agreed, this will need #107 to be done in a sane way.