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.
ao3-deno/test.py

13 lines
263 B

import AO3
work = AO3.Work(37522864)
print(f"TAGS: {work.tags}")
print(f"PUBLISHED: {work.date_published}")
print(f"UPDATED: {work.date_updated}")
e = len(work.chapters)
e = work.id
e = work.chapters[0].text
e = work.chapters[0].title
e = work.chapters[0].text