- Update: I worked on this as a side-project to help with my summer side-hustle when times were getting tough with my family. I'm honestly surprised to see people starring a project I worked on years back when I was still in highschool. I'm not sure if the project is functional at all since I'm sure Fiverr's website has changed a lot, but hopefully this serves as a good proof of concept for any that might need it! You got this!
- Background: Fiverr is a popular platform that gives freelancers an easy method to communicate and broadcast their skills to customers.
- Problem: Fiverr does not provide real time notifcations to sellers when a potential buyer puts up an offer.
- Solution: The script checks at set intervals for new buyer requests and notifies the user when a new one is made available.
- Python 3
- Modules required:
- unittest
- selenium
- configparser
- More on modules and installing them
- Modules required:
- Selenium Chrome Webdriver
- Make sure that the Google Chrome Browser is installed as well!
- Locate the file named "config.ini"
- Open it in a text editor and fill up/alter the settings to your preferences
- Save the file and make sure that "config.ini" is in the same directory as "notification.py" at all times
- Open the Command Prompt (cmd.exe)
- Type in "python PATH_TO_SCRIPT"
- Replace PATH_TO_SCRIPT with the path to notification.py (EX: C:\Users\notification.py)
- The script should now be running and stop and emit a tone when a new request is posted
- Python
- Selenium Webdriver
- Benjamin Wong
This project is under the MIT License