https://github.com/bxdoan/venom-auto
venom network auto using selenium
https://github.com/bxdoan/venom-auto
selenium selenium-python selenium-webdriver venom venom-blockchain venom-network
Last synced: about 1 month ago
JSON representation
venom network auto using selenium
- Host: GitHub
- URL: https://github.com/bxdoan/venom-auto
- Owner: bxdoan
- License: mit
- Created: 2023-04-26T08:50:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T04:38:38.000Z (about 2 years ago)
- Last Synced: 2025-04-03T04:11:23.497Z (7 months ago)
- Topics: selenium, selenium-python, selenium-webdriver, venom, venom-blockchain, venom-network
- Language: Python
- Homepage:
- Size: 678 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# venom-auto
Venom Network auto using selenium framework
The script will automation almost task on [venom network tasks](https://venom.network/tasks):
- [x] [Stake Venom](https://venom.network/tasks/venom-stake)
- [x] [Venom Wallet](https://venom.network/tasks/venom-wallet)
- [x] [Web3 World](https://venom.network/tasks/web3-world)
- [x] [Venom Pad](https://venom.network/tasks/venom-pad)
- [x] [NFT Oasis_Gallery](https://venom.network/tasks/oasis-gallery)
- [x] [Snipa Finance](https://venom.network/tasks/venom-snipa)
- [x] [Numi Finance](https://venom.network/tasks/venom-numi)
- [x] [Ylide](https://venom.network/tasks/ylide)
- [ ] [Venom Bridge](https://venom.network/tasks/venom-bridge)
- [ ] [Venom Pools](https://venom.network/tasks/venom-pools)
- [ ] ...## Install package
```sh
pip3 install -r requirements.txt
```
or using pipenv
```sh
pipenv sync
```
## Create wallet```bash
cp .env-example .env
cp account.example.csv account.venom.csv
python3 wallet/venom/__init__.py
```## Run app auto
```bash
python3 app/venom_stake.py
```## Contact
[](https://t.me/bxdoan)
[](https://twitter.com/bxdoan)
[](mailto:hi@bxdoan.com)## Thanks for use
Buy me a coffee[](https://www.buymeacoffee.com/bxdoan)
[](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[](https://paypal.me/bxdoan)