An open API service indexing awesome lists of open source software.

https://github.com/im-hanzou/tea-autosend

Script to send daily TEA tokens to 12 random addresses
https://github.com/im-hanzou/tea-autosend

automate autosend autotx daily nodejs tea-airdrop tea-xyz

Last synced: 6 months ago
JSON representation

Script to send daily TEA tokens to 12 random addresses

Awesome Lists containing this project

README

          

# TEA Autosend Daily
Script to send daily TEA tokens to 12 random addresses.
## Tools and components required
1. Guide: [Tea.xyz](https://tea.xyz/blog/attestation-flow-for-tea-airdrop)
2. Token Faucet: [here](https://faucet-assam.tea.xyz/)
3. EVM Wallet PrivateKey
4. VPS or RDP (OPTIONAL), Get free $200 credit [DigitalOcean](https://m.do.co/c/3f132e0f7e13) for 60 days here: [Register](https://m.do.co/c/3f132e0f7e13)
5. NodeJS. How to install:
- [Linux](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04)
- [Windows](https://www.youtube.com/watch?v=La6kH33-AVM&ab_channel=TheCodeCity)
- [Termux](https://www.youtube.com/watch?v=5NceYSU4uFI&ab_channel=VectorM%3A)
## Modules Installation
- Download script [Manually](https://github.com/im-hanzou/tea-autosend/archive/refs/heads/main.zip) or use git:
```bash
git clone https://github.com/im-hanzou/tea-autosend
```
- Open terminal and make sure you already in bot folder:
```bash
cd tea-autosend
```
- Install modules:
```bash
npm install
```
- Run bot:
```bash
node index.js
```
- Then insert your EVM Wallet PrivateKey
# Notes
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
- This bot is for educational purposes only.