Skip to content

0xBTIPZ/coin360-Discord

Repository files navigation

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:

About

Dynamically screen snapshot https://www.coin360.com/ and post to a Discord channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages