Save data from Micro.blog to a SQLite database
  • Python 95.8%
  • Makefile 4.2%
Find a file
Myles Braithwaite 3f43f3855c
Added a Makefile.
2023-11-24 13:02:37 -05:00
.github/workflows 🚀 Intitial commit of the microblog-to-sqlite. 2022-12-27 15:58:22 -05:00
microblog_to_sqlite Fixing some linter warnings. 2022-12-29 17:21:31 -05:00
tests Added some tests. 2022-12-27 23:26:22 -05:00
.gitignore 🚀 Intitial commit of the microblog-to-sqlite. 2022-12-27 15:58:22 -05:00
Makefile Added a Makefile. 2023-11-24 13:02:37 -05:00
poetry.lock Added a Makefile. 2023-11-24 13:02:37 -05:00
pyproject.toml Added a Makefile. 2023-11-24 13:02:37 -05:00
README.md 🚀 Intitial commit of the microblog-to-sqlite. 2022-12-27 15:58:22 -05:00

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