myles / microblog-to-sqlite

Save data from Micro.blog to a SQLite database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microblog-to-sqlite

Save data from Micro.blog to a SQLite database.

Install

foo@bar:~$ pip install -e git+https://github.com/myles/microblog-to-sqlite.git#egg=mastodon-to-sqlite

Authentication

First you will need to create an application at Micro.blog.

foo@bar:~$ microblog-to-sqlite auth
Micro.blog username: xxx

Create a new application here: https://micro.blog/account/apps
Then navigate to newly created application and paste in the following:

Your application token: xxx

Retrieving Micro.blog posts

The posts command will retrieve all the details about your Micro.blog posts.

foo@bar:~$ microblog-to-sqlite posts microblog.db

About

Save data from Micro.blog to a SQLite database


Languages

Language:Python 95.8%Language:Makefile 4.2%