Sleuth is a utility which watches the Fortnite News Feed for changes then shares it on Twitter.
As seen on @FNMasterCom...
A Fortnite-API API Key is required to obtain the News Feed data, Twitter API credentials are required to Tweet the image.
Open configuration_example.json
in your preferred text editor, fill the configurable values. Once finished, save and rename the file to configuration.json
.
language
: Set the language for the News Feed data (Supported Languages)twitter
: Setenabled
tofalse
if you wish for the news to not be TweetedignoredTitles
: Array of News Feed titles which should not be TweetedignoredBodies
: Array of News Feed bodies which should not be Tweetedhashtags
: Array of strings which should be converted to hashtags
Sleuth is designed to be ran using a scheduler, such as cron.
python newsfeed.py
- News Feed data provided by Fortnite-API