This repository was archived by the owner on Apr 19, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
Utility which watches the Fortnite News Feed for changes then shares it on Twitter.
License
NotificationsYou must be signed in to change notification settings
EthanC/Sleuth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sleuth is a utility which watches the Fortnite News Feed for changes then shares it on Twitter.
As seen on@FNMasterCom...
AFortnite-API API Key is required to obtain the News Feed data,Twitter API credentials are required to Tweet the image.
Openconfiguration_example.json
in your preferred text editor, fill the configurable values. Once finished, save and rename the file toconfiguration.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 ascron.
python newsfeed.py
- News Feed data provided byFortnite-API