ATM can only fetch photos from rule34 site
TODO...
- Python 3.10+
- aiogram
- aiohttp
- python-dotenv
-
Clone the repository:
git clone
-
Navigate to the project directory:
cd milfbot
-
(Recommended) Create a virtual environment:
python3 -m venv venv source venv/bin/activate
Or adaptive it for your system/shell
-
Install dependencies:
pip install -r requirements.txt
-
Copy
.env.example
to.env
:cp .env.example .env
-
Enter your Telegram bot token:
- Open the
.env
and replaceBOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
with your actual bot token.
- Open the
-
(Optional) Replace the Rule34 site token:
- If necessary, modify the
RULE34_URL
variable in the.env
file
- If necessary, modify the
-
Run the script:
python main.py
TODO...
Feel free to open an issue