Pastikan kamu sudah install:
- Python version 3.10
- Buka my.telegram.org , login pake nomer hape akun.
- Pilih "API development tools" dan isi form nya buat bikin applikasi baru.
- Simpan API_ID dan API_HASH , lalu taruh di file .env.
Kamu bisa request API KEY di private channel telegram dzuhri-auto. (limited)
Download repository lalu git clone ke pc / vps kamu:
git clone https://github.com/dzuhri-auto/blum.git
Masuk ke folder nya
cd blum
Lalu bisa pake command dibawah untuk otomatis install:
Windows :
run.bat
Linux :
run.sh
sudo sh install.sh
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp .env-example .env
nano .env # isi API_ID, API_HASH dan API KEY
python3 main.py
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# isi API_ID, API_HASH dan API KEY
python main.py