├── LICENSE ├── README.md ├── alreadyusedids.json ├── blacklistedids.json ├── blacklistedservers.json ├── config.json ├── discum-scraper(may-not-work).py ├── dmsender.py ├── idlogger.py ├── ids.json ├── requirements.txt ├── tokens.json └── whitelistedservers.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/README.md -------------------------------------------------------------------------------- /alreadyusedids.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /blacklistedids.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /blacklistedservers.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/config.json -------------------------------------------------------------------------------- /discum-scraper(may-not-work).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/discum-scraper(may-not-work).py -------------------------------------------------------------------------------- /dmsender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/dmsender.py -------------------------------------------------------------------------------- /idlogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/idlogger.py -------------------------------------------------------------------------------- /ids.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/requirements.txt -------------------------------------------------------------------------------- /tokens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoemotion/mass-dm-requests/HEAD/tokens.json -------------------------------------------------------------------------------- /whitelistedservers.json: -------------------------------------------------------------------------------- 1 | [] 2 | --------------------------------------------------------------------------------