├── LICENSE ├── README.md ├── config.json ├── megbot.py ├── megbotex.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/config.json -------------------------------------------------------------------------------- /megbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/megbot.py -------------------------------------------------------------------------------- /megbotex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/megbotex.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maruthven/megbot/HEAD/requirements.txt --------------------------------------------------------------------------------