Banana claimer https://t.me/OfficialBananaBot
- Get api id and api hash from here
- Create
.env
and put your api id and api hash like:
API_ID=your_api_id
API_HASH=your_api_hash
python3 -m venv venv
source venv/bin/activate
for linux.\venv\Scripts\activate.bat
for Windowspoetry init && poetry install
orpip install -r requirements.txt
python3 main.py
Preferably python 3.10+