Skip to content

thefightagainstmalware/Sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentry

Code style: black

Watches your hypixel account and notifies you via discord if you login. If it says you logged in, but you didn't, your account may be stolen.
A live bot is (sometimes) running with discord id 987115802912247908. Invite with https://discord.com/api/oauth2/authorize?client_id=987115802912247908&permissions=8&scope=bot%20applications.commands

Running locally

You need both a Hypixel API key (/api new) and a discord bot token (https://discord.com/developers)
Create a file called '.env', and fill it like so

HYPIXEL_API_KEY=<your hypixel api key>
DISCORD_BOT_TOKEN=<your discord bot token>
MAIN_GUILD_ID=<Guildid for the main server this will be used on>

Install dependencies with pip install -r requirements.txt
Run the bot with python3 main.py
Add the bot with slash commands permissions and /watch accounts

Disclaimer

This product is not affiliated or endorsed by Hypixel.
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages