Skip to content

Commit 5a8bc68

Browse files
Script release
1 parent 933bddd commit 5a8bc68

23 files changed

Lines changed: 1075 additions & 0 deletions

about/hashtags.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Somnia-Auto — Project Hashtags
2+
3+
#Somnia
4+
#SomniaNetwork
5+
#SomniaAuto
6+
#Retrodrop
7+
#RetrodropAutomation
8+
#Airdrop
9+
#AirdropFarming
10+
#Testnet
11+
#TestnetFarming
12+
#Blockchain
13+
#Web3
14+
#Crypto
15+
#Automation
16+
#AutomationBot
17+
#SomniaFaucet
18+
#PingPong
19+
#Quills
20+
#QuillsChat
21+
#BlockchainMessaging
22+
#Discord
23+
#Twitter
24+
#SocialLinking
25+
#NFCMinting
26+
#MintNFT
27+
#Mintair
28+
#DeFi
29+
#WalletAutomation
30+
#Proxy
31+
#IPRotation
32+
#Telegram
33+
#TelegramLogging
34+
#MultiThreaded
35+
#Python
36+
#Rich
37+
#CMD
38+
#CLI
39+
#OpenSource
40+
#MITLicense
41+
#jackthedevv

about/somnia_about.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
########################################
2+
# SOMNIA-AUTO — ABOUT
3+
########################################
4+
5+
# Somnia-Auto — Retrodrop Automation Bot
6+
7+
## Description
8+
9+
A powerful and modular automation bot for the Somnia Network. Designed for efficient farming on the testnet and boosting your chances in potential retroactive airdrops.
10+
11+
## Support
12+
13+
@jackthedevv
14+
15+
## Features
16+
17+
- Multi-threaded wallet processing
18+
- Automatic retries with custom attempts
19+
- Proxy support for IP rotation
20+
- Wallet range selection
21+
- Randomized delays between actions
22+
- Telegram logging
23+
- Detailed transaction tracking
24+
- Modular task execution
25+
- Social media integrations (Twitter, Discord)
26+
- Discord auto-inviter
27+
- Blockchain messaging via Quills
28+
29+
## Available Actions
30+
31+
### Network
32+
- Claim Somnia Faucet
33+
- Send SOMNIA Tokens
34+
- Set Username
35+
- Fetch Account Info
36+
- Link Twitter/Discord
37+
- Complete Campaigns
38+
- Discord Invite Automation
39+
40+
### Minting & NFTs
41+
- Mint Ping Pong Tokens
42+
- Mint NFTs (SHANNON, NEE, YAPPERS, SOMNI)
43+
- Deploy contracts (Mintair)
44+
45+
### Trading & Messages
46+
- Ping Pong Token Swaps
47+
- Send Quills blockchain messages
48+
49+
## Requirements
50+
51+
- Python 3.11.1 to 3.11.6
52+
- Somnia-compatible private keys
53+
- Optional Proxies
54+
- Twitter API tokens
55+
- Discord tokens
56+
- Quills messages for on-chain communication
57+
58+
## License
59+
60+
MIT License
61+
62+
## Disclaimer
63+
64+
This bot is provided for educational use only. Use responsibly and at your own risk, respecting applicable laws and platform terms.

config.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Somnia-Auto Configuration
2+
# See README for full documentation
3+
4+
SETTINGS:
5+
THREADS: 1
6+
ATTEMPTS: 5
7+
ACCOUNTS_RANGE: [0, 0]
8+
EXACT_ACCOUNTS_TO_USE: []
9+
SHUFFLE_WALLETS: true
10+
PAUSE_BETWEEN_ATTEMPTS: [3, 10]
11+
PAUSE_BETWEEN_SWAPS: [3, 10]
12+
13+
SOMNIA_NETWORK:
14+
SOMNIA_SWAPS:
15+
BALANCE_PERCENT_TO_SWAP: [5, 10]
16+
NUMBER_OF_SWAPS: [1, 2]
17+
18+
SOMNIA_TOKEN_SENDER:
19+
BALANCE_PERCENT_TO_SEND: [1.5, 3]
20+
NUMBER_OF_SENDS: [1, 1]
21+
SEND_ALL_TO_DEVS_CHANCE: 50
22+
23+
SOMNIA_CAMPAIGNS:
24+
REPLACE_FAILED_TWITTER_ACCOUNT: false
25+
26+
DISCORD_INVITER:
27+
INVITE_LINK: "" # Optional - add your Discord invite link

data/discord_tokens.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add Discord tokens, one per line
2+
# Required for Discord linking and invite automation

data/private_keys.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Add Somnia-compatible private keys, one per line
2+
# Format: 0x... or raw hex
3+
# Example:
4+
# 0x1234567890abcdef...

data/proxies.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Add proxies for IP rotation, one per line
2+
# Format: http://user:pass@ip:port
3+
# Example:
4+
# http://user:pass@192.168.1.1:8080

data/random_message_quills.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add Quills blockchain messages, one per line
2+
# Used for on-chain messaging via Quills

data/twitter_tokens.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add Twitter API tokens, one per line
2+
# Required for Twitter social linking and campaigns

0 commit comments

Comments
 (0)