Closed aivarasx987 closed 3 years ago
I have a request, could you make so that the bot could buy specific token without checking liquidity?
You just enter token address and it buys the tokens for specified amount of BNB.
Would really appreciate it!
This might be what you're looking for ..... https://github.com/CodeWithJoe2020/pythonSniperbot/blob/main/sniper.py
I have a request, could you make so that the bot could buy specific token without checking liquidity? You just enter token address and it buys the tokens for specified amount of BNB. Would really appreciate it!
This might be what you're looking for ..... https://github.com/CodeWithJoe2020/pythonSniperbot/blob/main/sniper.py
If im not mistaken that one buys only after detecting that a token pair had been created, what im looking for is a bot which could buy an already released token.
I have been using wrong private key, im stupid and I should feel bad :D
I have a request, could you make so that the bot could buy specific token without checking liquidity? You just enter token address and it buys the tokens for specified amount of BNB. Would really appreciate it!
This might be what you're looking for ..... https://github.com/CodeWithJoe2020/pythonSniperbot/blob/main/sniper.py
If im not mistaken that one buys only after detecting that a token pair had been created, what im looking for is a bot which could buy an already released token.
In that case, here you go... https://github.com/CodeWithJoe2020/pancakeswapBot
I have a request, could you make so that the bot could buy specific token without checking liquidity? You just enter token address and it buys the tokens for specified amount of BNB. Would really appreciate it!
This might be what you're looking for ..... https://github.com/CodeWithJoe2020/pythonSniperbot/blob/main/sniper.py
If im not mistaken that one buys only after detecting that a token pair had been created, what im looking for is a bot which could buy an already released token.
In that case, here you go... https://github.com/CodeWithJoe2020/pancakeswapBot
Damn, how did I miss this one... Already edited original to my needs though, learnt some coding in the process :)
I have a request, could you make so that the bot could buy specific token without checking liquidity?
You just enter token address and it buys the tokens for specified amount of BNB.
Would really appreciate it!