Mika, If you look at https://github.com/numenta/pycept/blob/master/pycept/cept.py#L31 you'll see that Cortical.IO still has a version of their old API available for us. That's why pycept still works, but I would call it deprecated until we get a new Python client from Cortical. --------- Matt Taylor OS Community Flag-Bearer Numenta
On Sat, Dec 27, 2014 at 6:50 PM, Mika Schiller <[email protected]> wrote: > Thanks Matt, > > Though I tried out some of the functions like Cept.getBitmap() and they > work. What changes precisely are you referring to? > > Fransisco: Just out of curiousity, I recently asked someone on your team > when exactly a full Python API will be available and they replied that it's > on the short list of things to do. What do you guys have in mind for this? > I'm guessing there's a good deal more Python than Java folks looking to take > advantage of your technology :) My team and I are looking to use this > technology to attack enterprise social marketing. > > On Sat, Dec 27, 2014 at 9:03 PM, Matthew Taylor <[email protected]> wrote: >> >> Also Mika, I believe the Cortical.IO API has completely changed since >> pycept was created. There is a Java API client, but not sure pycept >> will work for you anymore. >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >> >> On Sat, Dec 27, 2014 at 5:25 PM, Francisco Webber <[email protected]> >> wrote: >> > Hello Mika, >> > I am not aware of any app_ID. >> > You have to send the api_key in your request header thats all. The >> > server should return the requested response. >> > Could you point me to the place where the reference to an app_ID is >> > made? >> > >> > thanks >> > >> > Francisco >> > >> > On 28.12.2014, at 02:03, Mika Schiller <[email protected]> wrote: >> > >> >> Hey guys, >> >> >> >> I'm trying to use pycept to access the cortical io api. I've requested >> >> and gotten an api key, but no app ID. I need to set both of them as >> >> environment variables. Does anyone who's used this know if the app ID is >> >> just the email address you signed up with? >> >> >> >> thnx! >> >> >> >> Mika >> > >> > >> >
