Warning
This is an unofficial fansly bot for discord to be notified of new post and when a creator goes live on the platform. This only works if the creators profile either has no requirements for being viewed or just needing to be followed to view. No actual content is leaked via this bot if used via provided bot link or if self ran with a basic account just following.
- Improve notification sending time at scale
For complete setup guides and configuration instructions, visit our documentation:
- Self-Hosted Bot Setup - For basic notification forwarding
Firstly download or clone the repository:
git clone github.com/NotiFansly/notifansly-bot && cd notifansly-bot
# Create the .env to configure
cp .env-example .env
# Running the program
go run .
# Building Binary
go build -v -ldflags "-w -s" -o notifansly ./cmd/notifansly/
# Running the binary
./notifanslyTo run this bot you will need to get BOTH your discord bots token and other items, and your fansly account token.
To get the needed discord values for the .env file, you can read and follow the instructions from discords developrs doc's
- Go to fansly.com and login
- Open developer tools (Ctrl+Shift+I / F12)
- Go to the Console tab and paste:
console.clear();
const activeSession = localStorage.getItem("session_active_session");
const { token } = JSON.parse(activeSession);
console.log('%c➡️ Authorization_Token:', 'font-size: 12px; color: limegreen; font-weight: bold;', token);
console.log('%c➡️ User_Agent:', 'font-size: 12px; color: yellow; font-weight: bold;', navigator.userAgent);- Copy the displayed values to your
.envfile
Need help? Join our support server: https://discord.gg/WXr8Zd2Js7
Caution
Use at your own risk. The creator of this program is not responsible for any outcomes that may take place upon the end users' account for using this program. This program is not affiliated or endorsed by "Fansly" or Select Media LLC, the operator of "Fansly".