Generates a new miro board with a temp mail adress for you to use in your creative endeavors. At the end the team invite link is copied to your clipboard. With this you can have as many Miro boards as you want! Guide to do it manually
Free version of miro is limited to only one team that belongs to you. And every board you open within that team has to be shared with everyone that has been added to that team. This makes it hard to have private pages. Also the page limit within the team restricts you from opening more than 3 editable boards. This tool enables you to create a board whenever you desire. And as you will have seperate teams access will be restricted to people who only have the team invite link.
- It generates a temporary mail adress with the help of 1secMail API
- Registers for a new Miro account with the generated mail adress and randomized username and password. With Selenium
- Receives confimation code and enters it.
- Clicks setup and does Next Next Next
- Copies team invite link to your clipboard with Pyperclip and terminates the process.
gh repo clone evrenucar/miro_board_creator
pip install -r requirements.txt
-Install from official Google Chrome Website
-Download chrome webdrivers https://sites.google.com/chromium.org/driver/
-Extract and place application to C:\Program Files (x86) (If you plce it somewhere else write that directory instead of at line 115 in selenium_script.py
Chromedriver will go through the process of generating a new account and a new board in Miro. At the end the team invite link will be copied to your clipboard
Try to build my own miro alternative with the features I need. If you have any ideas or would like to help shoot them my way.
If you have trouble with the code just PM me and I'd be glad to help
Thanks to user sameera-madushan for https://github.com/sameera-madushan/Mail-Swipe
Selenium Documentation:https://www.selenium.dev/documentation/
Use this ONLY for Educational Purposes! By using this code you agree that I'm not responsible for any kind of trouble caused by the code. THIS PROJECT IS NOT AFFILIATED WITH Miro.

