Skip to content
View scout0773's full-sized avatar
🎈
🎈

Block or report scout0773

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
scout0773/README.md

πŸ‘‹ About

Front-end web developer, that's about it.

πŸ‘“ Current Focus

Programming Languages
  • Python Python
  • JavaScript JavaScript
Tools and Platforms
  • Git Git
Databases
  • MongoDB MongoDB
Automation
  • Selenium Selenium

πŸ’» Stats:

wakatime

πŸ“ž Contact

LinkedIn Gmail Twitter

Pinned Loading

  1. Scrape Discord Servers and check for... Scrape Discord Servers and check for Spy.pet bots
    1
    # not the best script because I believe there's a ratelimit which causes a lot of failures lol
    2
    import requests
    3
    
                  
    4
    def get_servers(token):
    5
        headers = {
  2. njalla njalla Public

    Quickly check all available domains on njal.la.

    Python 1

  3. todo todo Public

    Learning to build a to-do app using Python and Tkinter.

    Python