Forums

Discord API

Hello, is it possible to add discord messaging app to white list?

Site: https://discordapp.com

Packages like "discord" available in pip are usually used to interact with discord messages.

Thanks

Discord is already whitelisted, but unfortunately their API won't work from a free PythonAnywhere account -- the system we use only supports plain HTTP and HTTPS, and their API requires websockets. It will work from a paid account, though.

I already have another paid account and I'm using it. But I just wanted another free account so I can share the script with others.

There is a facility to share terminals, but that gives them complete access to every other script. Is there anyway to share a particular folder in python anywhere?

There's no way to share a folder, but you can share a single file from the editor.

That said, if you want to share scripts, GitHub or GitLab are excellent tools.