Bash Script and Python pandas based Bot for documenting errors and Editing JSON files exported from Swallow. Note down common errors in Exported metadata, Identify ways of correcting, Automate the process using bot.
- Convert from JSON to .xlsx (Converter.py)
- Create a database of Creators names, Dates and URLs (ListBot.py + Clean.py)
- Find Empty Fields and Document them (Finder.py)
- Add info into Empty Fields (From Database)
- Eliminate Whitespace in entries for consistency (Trim)
- Check for Dead Links and document if present
- Use grep and awk to automate the export/import process and interact with the internet