https://github.com/adv4000/slack-ffp
Slack Find Fired People - SFFP
https://github.com/adv4000/slack-ffp
fired layoffs slack
Last synced: 2 months ago
JSON representation
Slack Find Fired People - SFFP
- Host: GitHub
- URL: https://github.com/adv4000/slack-ffp
- Owner: adv4000
- Created: 2025-07-17T06:25:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T19:21:32.000Z (11 months ago)
- Last Synced: 2026-03-10T22:02:05.099Z (4 months ago)
- Topics: fired, layoffs, slack
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find who was Fired and no longer in Slack
### You just need to Generate User Token using Slack App!
1. Goto: `https://api.slack.com/apps` and login to your Slack Workspace
2. Click: Create an App
3. Select: From scratch
4. App Name: Demo
5. Select Workspace from Step-1
6. Click: Create App
7. Goto: OAuth & Permissions
8. Goto: Scopes -> User Token Scopes
9. Click: Add an Oauth Scope
10. Select `users:read`
11. Scroll up and Click Install to
12. Once Approved by Workspace Admin, you will get your TOKEN `xoxp-`
13. In Python Script set your TOKEN
### You can test TOKEN with CURL command:
```
curl -X GET "https://slack.com/api/users.list" -H "Authorization: Bearer xoxp--yourtoken"
```
Copyleft(c) by Denis Astahov.