Skip to content
Sign UpLog In
Profile icon

Chaz

Hacker
@thechaz
If I ever have an identity that sticks for more than five minutes I'll put it here.
GitHub
Website
  • Steam Price Tracker

    Cover page
    Made with Python

    Flask/Python based app that will allow you to scrape Steam prices and will send you an email if the price changes.

    Has the following features:

    • Login system with hashed and salted passwords stored securely in the Replit database
    • Password recovery system with email confirmation and token generation/verification
    • CSRF protection to keep user data safe
    • Ability to add games to a price tracking list and set a price target
    • Email notifications when prices hit the target or when games go on sale
    • Admin panel for viewing user information and deleting users
    • Background scheduler to update prices and purge old tokens
    • Supports both individual games and bundles, as well as games that aren't currently for sale
    • Logging System to keep track of various changes
    Recent comments (0)
Repls
Community
thechaz
thechaz
published a Repl
2 months ago
0
Steam Price Tracker
Steam Price TrackerFlask/Python based app that will allow you to scrape Steam prices and will send you an email if the price changes. Has the following features: Login system with hashed and salted passwords stored securely in the Replit database Password recovery system with email confirmation and token generation/verification CSRF protection to keep user data safe Ability to add games to a price tracking list and set a price target Email notifications when prices hit the target or when games go on sale Admin panel for viewing user information and deleting users Background scheduler to update prices and purge old tokens Supports both individual games and bundles, as well as games that aren't currently for sale Logging System to keep track of various changes
thechaz
thechaz
published a Repl
2 months ago
0
Weather App using OpenWeatherMap API - Day 92
Weather App using OpenWeatherMap API - Day 92Input the major city to get weather information. It will grab the longitude and latitude of the city then query the OpenWeatherMap API for weather info.
thechaz
thechaz
published a Repl
2 months ago
0
Most Popular Songs using Spotify API (Day 93)
Most Popular Songs using Spotify API (Day 93)An Flask app that allows you to search for the most popular songs of an Artist or most popular songs by year. Links provided will open up the full song in Youtube Music. This is mostly because I do not have Spotify Premium.
thechaz
thechaz
published a Repl
2 months ago
0
Replit Chat - Day 89
Replit Chat - Day 89A basic chat app that uses Replit auth, Replit databases, and Python/Flask. Shows only last five messages.
thechaz
thechaz
published a Repl
3 months ago
0
Short Story Prompt
Short Story PromptCreates randomized short story prompts to encourage writing for journals or otherwise. Will present the prompt in the console.
thechaz
thechaz
published a Repl
3 months ago
0
Mood Tracking App
Mood Tracking AppAn app that asks for mood, stress level, and sleep quality. App saves data to a CSV file and a SVG to display data as a line graph.
thechaz
thechaz
published a Repl
3 months ago
1
Goal Setting App
Goal Setting AppAn app that will assist you in putting your goals to "paper" as it were. App will ask questions about your short, medium, and long term goals then present them in a PrettyTable.
SomeOSCMember
SomeOSCMember
Nice!3 months ago
thechaz
thechaz
published a Repl
3 months ago
0
Activity Choosing App
Activity Choosing AppThis is an app that will provide encouragement, check in with you to see where you are, and then try to work with you to find an activity for you to do. This app is aimed for those with mental health issues who might have difficulty finding an activity they might want to do.
thechaz
thechaz
published a Repl
3 months ago
0
Simple Budget App
Simple Budget AppA Python app that collects your income, expenses in certain predefined categories, custom expenses, and displays it via PrettyTable. You are also given the option to record the information to text file or Markdown file.
thechaz
thechaz
published a Repl
3 months ago
0
Encouragement Tweet Gen
Encouragement Tweet GenA simple app that will generate encouraging phrases depending on your depression level between 1-10.
thechaz
thechaz
published a Repl
3 months ago
0
Depression Tweet Gen
Depression Tweet GenThe app will ask how you are feeling and help you to generate a Tweet that attempts to match how you feel. Hopefully this will help you to feel less alone.
thechaz
thechaz
published a Repl
3 months ago
0
Weather Get
Weather GetA simple Python app that contacts the Openweathermap API and gets various weather information. Mostly the current temp, plus forecast for tomorrow. Includes conversion for Longitude/Latitude and Unix timestamps.
thechaz
thechaz
published a Repl
4 months ago
0
Affirmation Text to Speech (TTS) App
Affirmation Text to Speech (TTS) AppA basic affirmation app that will play affirmations through Google's Text to Speech module. Text will fade in and fade out. Using PyGame library. Now with buttons and no console!
thechaz
thechaz
published a Repl
4 months ago
0
Mempool.Space API Query
Mempool.Space API QueryAllows you to Query the https://mempool.space/ API and ask about previous various Bitcoin Stats: Bitcoin blocks, current recommended fee rate in sat/vB and the current projected blocks/unconfirmed transactions.
thechaz
thechaz
published a Repl
4 months ago
0
Random Terrible Icons and Cover Images
Random Terrible Icons and Cover ImagesVery simple generator that outputs PNG icons or cover images for the use on Replit. Added the the ability to add text with a drop shadow.
thechaz
thechaz
published a Repl
5 months ago
0
Graphical Conversion Tool for Sats (Bitcoin)
Graphical Conversion Tool for Sats (Bitcoin)A tool that will convert sats (Bitcoin's smallest denomination) to USD and back! This was created in Pygame! Mostly to be able to present graphics and detect keyboard/mouse inputs.
thechaz
thechaz
published a Repl
5 months ago
0
Sats Converter Sats<->USD
Sats Converter Sats<->USD Will tell you how much a certain amount of sats is worth in USD using the Kraken price API.