Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbeley/export-all-mastodon-toots
Export all toots from one or several mastodon accounts.
https://github.com/dbeley/export-all-mastodon-toots
mastodon
Last synced: about 1 month ago
JSON representation
Export all toots from one or several mastodon accounts.
- Host: GitHub
- URL: https://github.com/dbeley/export-all-mastodon-toots
- Owner: dbeley
- License: mit
- Created: 2019-08-22T17:18:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:04:02.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:02:24.033Z (8 months ago)
- Topics: mastodon
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# export-all-mastodon-toots
The script need a valid config file with your mastodon account information in a config.ini file (see config_sample.ini for an example).
- export_all_toots.py : Exports all toots from one or several users in xlsx format.
## Requirements
- pandas
- openpyxl
- mastodon-py## Installation of the virtualenv with pipenv (recommended)
```
pipenv install
```You can then launch any script with
```
pipenv run python export_all_toots.py -h
```