이것은 페이지 Home
를 삭제할 것입니다. 다시 한번 확인하세요.
Welcome to the python-neocities wiki!
Just trying this module out and getting a few issues. Was not sure where to report them, so I made the first wiki page.
First of all, neocities has a dependency on the module requests
. It might be worth mentioning that in the readme.
Also, I was unable to instantiate an object using the snippet provided. Not sure why. I ended up doing this:
import inspect
################### non standard libraries follow:
import neocities
# not sure why this is necessary
def getNC(user, passwd):
for name, obj in inspect.getmembers(neocities):
if inspect.isclass(obj):
return obj(user, passwd)
nc = getNC('site','pwd')
이것은 페이지 Home
를 삭제할 것입니다. 다시 한번 확인하세요.