BytePhoenixCoding / BlockchainTokenSniper

Please see website / Telegram group for more details.
471 stars 286 forks source link

SpecifiedTokenSniper 1.1 #23

Closed aivarasx987 closed 3 years ago

aivarasx987 commented 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!

0xJonasDev commented 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

aivarasx987 commented 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

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.

aivarasx987 commented 3 years ago

I have been using wrong private key, im stupid and I should feel bad :D

0xJonasDev commented 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

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

aivarasx987 commented 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

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 :)