Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:06:54.000Z (7 months ago)
- Last Synced: 2025-01-01T00:25:49.740Z (8 days ago)
- Topics: anonymous, app, discord, discord-app, discord-bot, polls
- Language: Python
- Homepage: https://git.uwu.gal/anonymous-discord-polls
- Size: 19.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://api.scrumpbot.com/i/1214561094333374494/18432
PRs are welcome.