Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylinuxchoice/trading-cryptocurrency-with-pancakeswap-ui
Trading cryptocurrency with Pancakeswap UI
https://github.com/mylinuxchoice/trading-cryptocurrency-with-pancakeswap-ui
binance binance-api crypto cryptocurrency hack kali pancakeswap pancakeswap-bot python3 trade-bot uniswap uniswap3 web3 web3js web3py webapp
Last synced: about 4 hours ago
JSON representation
Trading cryptocurrency with Pancakeswap UI
- Host: GitHub
- URL: https://github.com/mylinuxchoice/trading-cryptocurrency-with-pancakeswap-ui
- Owner: MyLinuxChoice
- License: mit
- Created: 2023-11-27T00:39:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:48:06.000Z (6 months ago)
- Last Synced: 2024-05-08T19:58:37.923Z (6 months ago)
- Topics: binance, binance-api, crypto, cryptocurrency, hack, kali, pancakeswap, pancakeswap-bot, python3, trade-bot, uniswap, uniswap3, web3, web3js, web3py, webapp
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![LinkedIn][linkedin-shield]][linkedin-url]
Trading cryptocurrency with Pancakeswap UI
If you enjoyed the bot don't forget to give a STAR
⭐️⭐️⭐️
A BOT that will make easy your life in Trading.
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/zain-ullah-466aa4125/
[product-screenshot]: images/screenshot.png## About The Project
Decentralized market is too volatile to trade, So I have come up with this BOT so you can get more profit by selling and buying tokens at better prices, also the trade will be executed in seconds.
Defi PancakeSwap BOT is programmed in Python to buy and sell tokens once the target is hit, or can also be automated.
Let me know if you get unexpected errors so that I can update the code because it has a lot of scenarios to cover.
Table of Contents
### Built With
* [Python](https://www.python.org/)
## Getting Started
Follow the commands
### Prerequisites
* Go to path folder* Create a python virtual environment
```sh
python -m venv defi-env
pip install -r requirements.txt
```### HOW TO USE (Up and Running)
```
1. Go to Folder Path
2. Type in Command Line: python runDefi.py
3. Enter Token address for a Trade
4. Enter what type of Target to Hit Up, Down or UpDown
5. Enter your Target Price
6. Wait for target to Hit
7. You'll get an alert system.beep
8. Option to how much coin you want to sell ( Or you simply can Automate it, by changing bit code as explained in the Youtube Tutorial)
```