Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.82 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.82 KB

Coin360 Bot

Unofficial Coin360 Scrape Bot

Table of Contents

Intro

The Bot will screenshot from http://coin360.com/ and keep posting to designated channel. There are only two commands /viewcoin360 and /coin360channel (for Discord guild moderator).

Screenshot

Our Discord

Setup

You need to create a Bot through Discord Application. You need to run with either python3.8 or python3.10 with virtualenv.

  • Copy config.toml.sample to config.toml and edit as necessary
  • Create database in MariaDB / MySQL and import database.sql
# You need this package
sudo apt-get install xvfb -y
# Python requirement
virtualenv -p /usr/bin/python3.10 ./
source bin/activate
pip3 install -r requirements.txt
python3 Coin360Bot.py

If you run with pm2 (process monitor):

pm2 start `pwd`/Coin360Bot.py --name "COIN360-DISCORD" --interpreter=python3.10

Feel free to join our Discord if you need to run your own and has any issue.

Contributing

Please feel free to open an issue for any suggestions.

Credit and thanks to: