Skip to content

Export list of followed accounts from GNU social to import it at Mastodon

License

Notifications You must be signed in to change notification settings

benediktg/gnu-social-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU social export

Python script which allows to export a list of followed users. This list can be imported to Mastodon.

Setup & usage

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.sample .env  # and edit the .env file
python gnu-social-export.py > friends.csv       # for the list of the users you are following
python gnu-social-export.py -f > followers.csv  # for the list of your followers

About

Export list of followed accounts from GNU social to import it at Mastodon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages