MetaFilter's site and server can always use upgrades of hardware, software, and bandwidth, as well as more stable funding for continued support of its small but high-skilled moderation and backend team! If you'd like to chip in, you can donate to Metafilter. |
Python scripts
From Mefi Wiki
Jump to navigationJump to search
Useful Python scripts for working with Infodump files
- mefipost.py -- parse Infodump post files into a dictionary
- infodump_to_others.py -- Read the infodump files into pandas dataframes. From there, store them...
- in memory in a dictionary.
- On disk in an HDF5 data store.
- As tables in a SQLite database. (Should be pretty easy to tweak for other SQL databases.)