- Get main char's data to populate partyinfo.json.
- Create attribs for CharacterInfo.(Name,gender,LEVEL(lv up endpoint),alignment, rumours, war fame)
- Create SVN smalltalks utilities (SVNRPG SmallTalks).
- Treat Exceptions.
- Implement Character sheet creation and pdf export
- Create a crawler to redeem data from roll20 website.
- Create a crawler for d&dBeyond:
Search: https://www.dndbeyond.com/search?q=giant%20owl&f=monsters&c=monsters
Get Monster: https://www.dndbeyond.com/monsters/{{monster}}
https://ironsoftware.com/csharp/webscraper/tutorials/webscraping-in-c-sharp/
- Populate
UserContext.cs
andMySettings.cs
with whatever you need. - Remember to register everything else you create and/or need @
Startup.cs
- If needed, install
Take.CustomerSuccess.Extensions
and register the needed services