Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lists the servers you are in that are tracked by spy.pet and what the spy.pet discord account id in the server is

Notifications You must be signed in to change notification settings

aetaric/spy.pet_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

spy.pet checker

Crawls your discord servers and a list of known spy.pet compromised discord servers. If you are in any spy.pet discord servers it returns the user id of the spy.pet account.

Usage

  • clone the repo: git clone https://github.com/aetaric/spy.pet_checker && cd spy.pet_checker
  • setup virtualenv: virtualenv venv && source venv/bin/activate
  • install requirements: pip3 install -r requirements.txt
  • edit line 19 and 20 to have your discord application's Client ID and Client Secret
  • run the app and authorize: python3 login.py

Setting up a new discord application

  • Visit https://discord.com/developers/applications and create a new application.
  • click the oauth tab on the left
  • scroll to Redirects and add a redirect
  • set the redirect value to http://127.0.0.1:5000/callback
  • save the application
  • click reset secret at the top to get a new secret

About

Lists the servers you are in that are tracked by spy.pet and what the spy.pet discord account id in the server is

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages