From 59b70c44446b914719b93770004ced65bdf38bbc Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 7 Aug 2019 22:13:47 +0000 Subject: [PATCH] Create readme.md --- scrape/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 scrape/README.md diff --git a/scrape/README.md b/scrape/README.md new file mode 100644 index 0000000..a5f396a --- /dev/null +++ b/scrape/README.md @@ -0,0 +1,30 @@ +# Directory for scraping [aon2e](https://2e.aonprd.com/Sources.aspx?ID=1) + +## Current languages +* Python + +### Python requirements +1. Python 3.6.8 +2. pip +3. pandas 0.24.2 +4. requests 2.21.0 +5. beautifulsoup4==4.8.0 +6. time +7. re + +#### Spells +| Column | Data type | Comments | +| name | string | | +| level | integer | 1 to 9 | +| traits | list of strings | None may be possible | +| source | string | Follows format 'Core Rulebook pg. ?' | +| traditions | list of strings | should not contain any empty lists | +| actions | list of integers or string | contains either a list of integers representing the number of actions or a string representing the time to cast error handling isn't complete | +| components | list of strings | currently only contains material, somatic or verbal | +| spell_range | string | | +| target | string | | +| description | string | TODO separators for blank lines and | +| save | string | | +| duration | string | | +| success | ? | list of dictionaries maybe? | +| heighten | ? | list of dictionaries maybe? | \ No newline at end of file