A Python script to automate monthly Venmo requests
Explore the docs »
View Demo
·
Report Bug
·
Ask a Question
Support the project by signing up for the UI.dev newsletter using our link!
This is a Python script which runs once a month and sends Venmo requests. And it notifies you via Telegram when the requests were sent.
There is also a second script — health.py
— which runs once a week on Sundays to ensure everything is working as expected.
To get a local copy up and running follow these simple steps.
- Python >= v3
pip
- Clone the repo
git clone https://github.com/jsjoeio/monthly-venmo.git
- Install pip packages
pip install -r requirements.txt
- Copy the
.env.example
to.env
and add environment variables - Run the health script to verify setup:
python3 health.py
- Run the main script:
python3 init.py
- Run this command
pip3 freeze > requirements.txt
- delete all the nonesense (aka leave only the actual modules used in the script)
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Joe Previte - @jsjoeio
Project Link: https://github.com/jsjoeio/monthly-venmo