├── .gitignore ├── CONTRIBUTING.md ├── README.md ├── cheapBot ├── __init__.py ├── bot.py ├── cogs │ ├── __init__.py │ ├── api.py │ ├── binary_only.py │ ├── clearchannel.py │ ├── client.py │ ├── delwalletaddr.py │ ├── gimme.py │ ├── party.py │ ├── party_imgs │ │ ├── 1cwp.gif │ │ ├── 508b1cdc6df34d9c493fc31ff4b22545.gif │ │ ├── 7fb4d55fa09fc4f5426e6d5934d1d02f.gif │ │ ├── Afb.gif │ │ ├── bross.jpg │ │ ├── db615b18ecf127056750696bcd157bd0.gif │ │ ├── giphy.gif │ │ ├── giphy2.gif │ │ ├── image0.jpg │ │ ├── kvF0aKa.gif │ │ ├── tenor.gif │ │ ├── tenor1.gif │ │ ├── tenor2.gif │ │ ├── tenor3.gif │ │ ├── tenor4.gif │ │ ├── tumblr_mf4yn4pH3b1rrv8uso1_500.gif │ │ ├── tumblr_mo8tvwbvIp1qgpijjo1_500.gif │ │ └── x0ff452b9681c48945b67bcc7dc96a384.gif │ ├── speculator.py │ ├── twitter.py │ └── verify.py └── config.py ├── imgs └── diagram.png └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/README.md -------------------------------------------------------------------------------- /cheapBot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cheapBot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/bot.py -------------------------------------------------------------------------------- /cheapBot/cogs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cheapBot/cogs/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/api.py -------------------------------------------------------------------------------- /cheapBot/cogs/binary_only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/binary_only.py -------------------------------------------------------------------------------- /cheapBot/cogs/clearchannel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/clearchannel.py -------------------------------------------------------------------------------- /cheapBot/cogs/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/client.py -------------------------------------------------------------------------------- /cheapBot/cogs/delwalletaddr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/delwalletaddr.py -------------------------------------------------------------------------------- /cheapBot/cogs/gimme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/gimme.py -------------------------------------------------------------------------------- /cheapBot/cogs/party.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party.py -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/1cwp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/1cwp.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/508b1cdc6df34d9c493fc31ff4b22545.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/508b1cdc6df34d9c493fc31ff4b22545.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/7fb4d55fa09fc4f5426e6d5934d1d02f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/7fb4d55fa09fc4f5426e6d5934d1d02f.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/Afb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/Afb.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/bross.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/bross.jpg -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/db615b18ecf127056750696bcd157bd0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/db615b18ecf127056750696bcd157bd0.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/giphy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/giphy.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/giphy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/giphy2.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/image0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/image0.jpg -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/kvF0aKa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/kvF0aKa.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tenor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tenor.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tenor1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tenor1.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tenor2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tenor2.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tenor3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tenor3.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tenor4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tenor4.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tumblr_mf4yn4pH3b1rrv8uso1_500.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tumblr_mf4yn4pH3b1rrv8uso1_500.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/tumblr_mo8tvwbvIp1qgpijjo1_500.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/tumblr_mo8tvwbvIp1qgpijjo1_500.gif -------------------------------------------------------------------------------- /cheapBot/cogs/party_imgs/x0ff452b9681c48945b67bcc7dc96a384.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/party_imgs/x0ff452b9681c48945b67bcc7dc96a384.gif -------------------------------------------------------------------------------- /cheapBot/cogs/speculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/speculator.py -------------------------------------------------------------------------------- /cheapBot/cogs/twitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/twitter.py -------------------------------------------------------------------------------- /cheapBot/cogs/verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/cogs/verify.py -------------------------------------------------------------------------------- /cheapBot/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/cheapBot/config.py -------------------------------------------------------------------------------- /imgs/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/imgs/diagram.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Henistein/cheapBot/HEAD/requirements.txt --------------------------------------------------------------------------------