Skip to content

konez2k/discord_airdrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Minimum environment:

  • Ubuntu 18.04+
  • 1 vCore
  • 1024MB RAM

Setup swap file

dd if=/dev/zero of=/swapfile count=2048 bs=1M

Activate the swap file

chmod 600 /swapfile
ls -lh /swapfile
mkswap /swapfile

Turn swap on

swapon /swapfile

Python libraries

apt install python3-pip  
pip3 install python-crontab  
pip3 install discord.py  
pip3 install python-dateutil  
git clone https://github.com/Nadro-J/tweepy.git
cd tweepy
python3 setup.py install
git clone https://github.com/jgarzik/python-bitcoinrpc.git
cd python-bitcoinrpc
python3 setup.py install

Setting up PM2

apt install npm
npm install pm2 -g
pm2 start main.py --name airdrop --interpreter=python3

All PM2 logs held in .pm2\logs

About

Distribute coins within Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%