You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
171 B

import os, AO3
sess = AO3.Session("mdrakea3@tutanota.com", os.environ["PASSWORD"])
work = AO3.Work(43757691, session=sess)
print(work.tags)
print(work.chapters[0].text)