OF-notifier
A tray application for Windows that gives you push notifications and instant downloads of new posts, messages and stories posted by models you subscribe to on Onlyfans.
Usage
Fill out auth.json according to instructions given in the readme of this scraper. If done correctly you can run the executable and should receive a notification telling you the connection was succesful.
Files are downloaded to data/{model_name}/{origin}/{content_type}/{filename}
where
origin = "Messages" | "Posts" | "Stories"
content_type = "Audios" | "Images" | "Videos"
This is the same format as the default for the previously mentioned scraper, so you can symlink the data
folder to wherever you store your scrapes or vice versa.
Settings
You can choose wether or not you receive notifications or download data in settings.json. Setting either to true or false enables/disables this functionality. Aside from this you can list the usernames for whom you wish these features to be active.
Example
If you want to receive notifications for your entire following list but only want to download the media for certain models, your settings.json would look like this:
{
"notify": true,
"download": ["username1", "username2"]
}
Note that a model's username and name can be different. The username can most easily be found in the profile url: onlyfans.com/{username}
Behaviour
When the connection gets interrupted (because of unstable network, wake up from sleep, ...) the application will stay running, but no notifications can be received until the user manually reconnects. To reconnect the websocket, click the tray icon. Once the connection is established, the icon will change, indicating that the connection was made succesfully.
Connected | Disconnected |
---|---|