Auto HypurrFunBot is an automated Telegram bot designed for channel monitoring and interaction with HypurrFunBot.
- Multi-account support with individual settings
- Flexible configuration of available tokens for purchase
- Convenient sale stop mode configuration
- Work status notifications in Telegram channel
- Download the repository and extract to a preferred location.
- Configure the files according to your needs.
- Install required dependencies using:
pip install -r requirements.txt
- Launch the bot with:
Where
python bot.py <session_name>
<session_name>
matches a filename in thesessions
folder.
Parameter | Example | Description |
---|---|---|
API_ID |
0123456789 |
Telegram application API ID |
API_HASH |
c87d83cbceb52b40a6ceff535741ebd3 |
Telegram application API Hash |
BOT_USERNAME |
HypurrFunBot |
HypurrFunBot username |
MESSAGE_AWAIT |
0.5 |
Message receiving delay (seconds) |
REFRESH_AWAIT |
2 |
Message update interval (seconds) |
Parameter | Example | Description |
---|---|---|
CHANNELS |
["HfunAlerts", -1000000000002] |
Channels to monitor (IDs or usernames) |
ALERTS_CHANNEL |
-10000000000001 |
Notifications channel (ID or username) |
MIN_REPUTATION |
3 |
Minimum token creator reputation |
MIN_DEV_LOCK |
1h0m0s |
Minimum Dev Lock duration (developer lock time) |
BAN_WORDS |
"test, testing, dont buy" |
Blacklisted words in token descriptions |
MAX_PROFIT_PERCENT |
30 |
Maximum profit percentage for auto-selling |
MAX_LOSS_PERCENT |
-10 |
Maximum loss percentage for auto-selling |