Aurora Invite Scraper

If this helped you in any way, I would appreciate it if you starred this repository.


A simple invite scraper that utilizes httpx and web scraping to scrape invites off the following sites:


Run the program

You can run this program multiple ways such as converting the script to an exe or running it in a python editor of your choice (I prefer PyCharm or VSCode).


Authentication

This project includes an authentication system. If you would like to remove aforementioned authentication system, simply delete the auth.py file located in the util folder along with the if statement that checks whether the authentication key is valid in index.py. If you would like to implement authentication using your own keys, you can visit KeyAuth and set it up yourself.