https://github.com/ijsbol/anonymous-discord-polls
A super simple anonymous poll bot for Discord.
https://github.com/ijsbol/anonymous-discord-polls
anonymous app discord discord-app discord-bot polls
Last synced: 2 months ago
JSON representation
A super simple anonymous poll bot for Discord.
- Host: GitHub
- URL: https://github.com/ijsbol/anonymous-discord-polls
- Owner: ijsbol
- License: mit
- Created: 2024-03-05T13:51:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T05:06:04.000Z (3 months ago)
- Last Synced: 2025-02-22T21:48:53.051Z (2 months ago)
- Topics: anonymous, app, discord, discord-app, discord-bot, polls
- Language: Python
- Homepage: https://git.uwu.gal/anonymous-discord-polls
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anonymous Discord Polls
A simple anonymous poll bot for Discord. Bot admins are unable to tell who voted for what.# Setup
1. Install Python3
2. Create a Python venv `python -m venv env`
3. Activate venv `source env/bin/activate` (linux) or `env/Scripts/activate` (windows)
4. Install requirements `python -m pip install requirements.txt`
5. Rename `example.env` to `.env`
6. Replace `DISCORD_BOT_TOKEN = "TOKEN_HERE"` with your token as `TOKEN_HERE`
7. Replace `DATABASE_NAME = "NAME_HERE"` to literally anything as `NAME_HERE`
8. Give your Discord bot the Members privileged intent on the developer portal.
9. Run the bot with `python anon-polls.py`.
10. To run it constantly look into `nohup` or `screen` (linux) :3# Public bot
For those of you who just want to use it without figuring out what the hell a Linux is:🔗 Invite link: https://discord.com/oauth2/authorize?client_id=1214561094333374494&scope=bot&permissions=18432
PRs are welcome.