https://github.com/outadoc/twitter-archive-parser
Import all your Twitter info in a single database
https://github.com/outadoc/twitter-archive-parser
Last synced: 11 months ago
JSON representation
Import all your Twitter info in a single database
- Host: GitHub
- URL: https://github.com/outadoc/twitter-archive-parser
- Owner: outadoc
- Created: 2012-09-15T19:27:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T13:49:06.000Z (over 13 years ago)
- Last Synced: 2025-04-25T14:15:19.724Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://dev.outadoc.fr/project/twitter-archive-parser/
- Size: 2.61 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Archive Parser
This project makes it possible to import all the information you own on Twitter in an SQLite database.
## Status
Currently, this tool is only able to make a database out of your Twitter archive, not exploit it.
## Requirements
- An archive containing your info on Twitter; you have to request this by email, but only if you are a citizen of the European Union. Without this archive, this project can't do anything.
- A web server installed on your machine (Apache + PHP)
## How to use
1. Copy the files of this project to your web server (any subdirectory /should/ work)
2. Access http://your-server.foo/path/to/the/tool/install/ from your browser
3. Follow the instructions :)