Skip to content

Post Writefreely /read feed on Mastodon

Notifications You must be signed in to change notification settings

allibragi/reader_to_toot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python script that scrape the public "/read" page of a Writefreely istance and post the new post titles on a Mastodon account.

Setup

  • The script use python3
  • Install dependencies
    • pip3 install Mastodon.py
    • pip3 install bs4
  • Create a new app in you mastodon instance under preferences->development and copy the access token
    • In the scopes part you only need "write:statuses"
  • Change the "variables" in the top of the script with yours
  • Run

About

Post Writefreely /read feed on Mastodon

Resources

Stars

Watchers

Forks

Languages