Room Usage inventory
Budget: $30 – $250 USD
I want to make a program that will run everyday. It will send me a list of rooms ordered by last date rented. Goal is to be able to rotate rent the rooms
The total room list to pull from should be configurable somewhere. Rooms can go out of order or brought in order
Daily Input will be the 6th page of a pdf. I have the pdf sent to me via email everyday.
The output will be the list that I would like preferably emailed to me everyday
Requirements:
- The program should run everyday
- The total room list should be configurable: .txt file or simple web interface or…. Open to ideas here. (I don’t want to dive into code and edit a list or array every time)
- Take pdf input and parse pdf for relevant data (maybe some python pdf parsing libraries). Pull this pdf from my email (maybe with a gmail API or I can forward the pdf to another email, however you want to do this)
- Output will be a table of room numbers, last rented dates, and how long its been since last rented
The total room list to pull from should be configurable somewhere. Rooms can go out of order or brought in order
Daily Input will be the 6th page of a pdf. I have the pdf sent to me via email everyday.
The output will be the list that I would like preferably emailed to me everyday
Requirements:
- The program should run everyday
- The total room list should be configurable: .txt file or simple web interface or…. Open to ideas here. (I don’t want to dive into code and edit a list or array every time)
- Take pdf input and parse pdf for relevant data (maybe some python pdf parsing libraries). Pull this pdf from my email (maybe with a gmail API or I can forward the pdf to another email, however you want to do this)
- Output will be a table of room numbers, last rented dates, and how long its been since last rented