Skip to content

abrignoni/Misc-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misc-Scripts

Miscellaneous Scripts

This repository will contain scripts for single use purposes.

myActivity.py

  • Will take large MyActivity.html files from a Google Return and converted them into a CSV file containing the timestamp, search information, and text content.
  • If using Excel to view the CSV make sure to import it so unicode values are properly decoded.
  • The CSV file will be named data.csv and will be created in the same directory as the script.
  • Usage: myActivity.py <path/to/MyActivity.html>

extract_timestamps.py

  • Will take the path to a full file system zip and the path to a file within the zip file.
  • It will extract the MAC times for the selected file in the zip from the extra field.
  • It will output to the screen.
  • Usage: extract_timestamps.py [-h] zip_path target_filename

About

Miscellaneous Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages