IndiumRevolt/README.md

16 lines
864 B
Markdown
Raw Permalink Normal View History

2023-06-19 16:22:52 -04:00
# IndiumRevolt.py
2023-06-19 16:39:15 -04:00
IndiumRevolt.py aims to recreate functionality of other popular bots from Discord, but on Revolt.
2023-06-19 18:25:43 -04:00
The bot is not currently available to invite, but there are instructions on how to self-host the bot below!
2023-06-19 16:39:15 -04:00
2023-06-19 18:25:43 -04:00
## Self-hosting
2023-06-19 16:39:15 -04:00
2023-06-19 18:25:11 -04:00
If you're self-hosting IndiumRevolt.py, please make it clear that it is not the main instance (or change the name) but give credit by linking to this repository in the bot's profile (something like ``This bot is an instance of [IndiumRevolt.py](https://github.com/SeaswimmerTheFsh/IndiumRevolt.py)`` will suffice).
2023-06-19 16:39:15 -04:00
* Clone this repository (`git clone https://github.com/SeaswimmerTheFsh/IndiumRevolt.py.git`)
2023-06-20 10:24:06 -04:00
* Install Revolt.py and python-dotenv
2023-06-21 12:06:24 -04:00
* ``pip install revolt.py pytimeparse2 python-dotenv``
2023-06-19 16:39:15 -04:00
* Set up an `.env` file
* Rename the `.env.example` file and fill out the values
* Run the bot (`python main.py`)