Feed2toot analizza automaticamente i feed rss, identifica i nuovi post e li pubblica sul social network Mastodon https://mastodon.uno
Go to file
Carl Chenet 89518b2478 Merge branch 'master' into 'master'
fix: escape \

See merge request chaica/feed2toot!19
2022-12-30 12:35:25 +00:00
docs fix: escape \ 2022-02-17 13:03:31 +01:00
feed2toot bump version and update version 2021-03-26 18:22:57 +01:00
scripts bump version and update version 2021-03-26 18:22:57 +01:00
.gitignore add [media] parameter and bump to 0.8 2018-05-30 23:24:47 +02:00
AUTHORS update author email and copyright 2020-12-07 20:33:30 +01:00
CHANGELOG bump version and update version 2021-03-26 18:22:57 +01:00
LICENSE first commit 2017-04-09 10:30:48 +02:00
README.md update xmr address 2022-12-29 23:34:25 +01:00
feed2toot.py bump version and update version 2021-03-26 18:22:57 +01:00
setup.py bump version and update version 2021-03-26 18:22:57 +01:00

README.md

Feed2toot

Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network. For the full documentation, read it online.

If you like Feed2toot, you can donate cryptocurrencies to support the development:

  • BTC: 1AW12Zw93rx4NzWn5evcG7RNNEM2RSLmAC
  • XMR: 82VFaMG55AnW1MDgsmKgwUShT2MaiSi7AUY9DQANf7BWK3HdQBKwz58EcxshAWZGkV2A3KPGN6vqRjjvQWsr4jf6Dhc2kEC

Quick Install

  • Install Feed2toot from PyPI

      # pip3 install feed2toot
    
  • Install Feed2toot from sources (see the installation guide for full details) Installation Guide

      # tar zxvf feed2toot-0.17.tar.gz
      # cd feed2toot
      # python3 setup.py install
      # # or
      # python3 setup.py install --install-scripts=/usr/bin
    

Create the authorization for the Feed2toot app

  • Just launch the following command::

      $ register_feed2toot_app
    

Use Feed2toot

  • Create or modify feed2toot.ini file in order to configure feed2toot:

      [mastodon]
      instance_url=https://mastodon.social
      user_credentials=feed2toot_usercred.txt
      client_credentials=feed2toot_clientcred.txt
      ; Default visibility is public, but you can override it:
      ; toot_visibility=unlisted
    
      [cache]
      cachefile=cache.db
    
      [rss]
      uri=https://www.journalduhacker.net/rss
      toot={title} {link}
    
      [hashtaglist]
      several_words_hashtags_list=hashtags.txt
    
  • Launch Feed2toot

      $ feed2toot -c /path/to/feed2toot.ini
    

Authors

License

This software comes under the terms of the GPLv3+. Previously under MIT license. See the LICENSE file for the complete text of the license.