├── LICENSE ├── README-fr.md ├── README.md ├── config_selfbot.py ├── fr_en.py ├── requirements.txt ├── rpc.json ├── rpc.py └── selfbot.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/LICENSE -------------------------------------------------------------------------------- /README-fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/README-fr.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/README.md -------------------------------------------------------------------------------- /config_selfbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/config_selfbot.py -------------------------------------------------------------------------------- /fr_en.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/fr_en.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selfcord.py==0.2.4 2 | colorama 3 | requests 4 | hugchat -------------------------------------------------------------------------------- /rpc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/rpc.json -------------------------------------------------------------------------------- /rpc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/rpc.py -------------------------------------------------------------------------------- /selfbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sitois/Nuclear/HEAD/selfbot.py --------------------------------------------------------------------------------