Collection of simple tools to add functionality to the fediverse
## Installation
All these tools are designed to run in the same directory in order to prevent generating multiple access tokens. Installation is simple, download master branch as zip, extract into a folder of your choice, then, in that directory, run:
pip install -r requirements.txt
**Note:** These programs were written and tested in python 3.8
## Usage
All the programs are created with a built in help command, simply run [script] -h
## fedisearch.py
fedisearch is a tool that allows you to search through a users profile for a specific keyword or phrase.
Used to play a sound when a notification is received.
replace `notification.mp3` to change the notification sound. default is from the mastodon repository
## import_following.py
Used to batch follow users from a .csv file. Created because I had issues with the follow import built into pleroma, however if that feature works fine for you I recommend you use it instead.