Metadata-Version: 2.1
Name: replalive
Version: 5.0.0
Summary: Keep your replit project online 24/7!
Author: Hologramsteve#1900 on discord
Requires-Dist: requests

Project description
-------------------

ReplAlive is a package that allows you to keep your replit project online 24/7.

How to use
-----------

1. Enter `pip install replalive` into your shell and press enter.
2. Enter `from replalive import keep_alive` at the top of your code.
3. Enter the code `keep_alive()` in your code before, for example, `client.run()`, so your web server runs.
4. Go to https://uptimerobot.com/, register and make a monitor.
5. The monitor settings will be:
   Monitor Type: Ping
   Friendly Name: my-monitor
   IP (or Host): https://PROJECTNAME.MYUSERNAME.repl.co
   Monitoring Interval: Every 5 minutes (1 minute costs money)

That's it! Your Repl.it project will stay online 24/7 with the help of ReplAlive.
