https://github.com/phpfui/tompettyburiedtreasure
A website for Tom Petty's Buried Treasure Playlists
https://github.com/phpfui/tompettyburiedtreasure
Last synced: 2 months ago
JSON representation
A website for Tom Petty's Buried Treasure Playlists
- Host: GitHub
- URL: https://github.com/phpfui/tompettyburiedtreasure
- Owner: phpfui
- License: mit
- Created: 2023-04-11T02:20:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T22:50:02.000Z (3 months ago)
- Last Synced: 2025-02-13T23:32:54.940Z (3 months ago)
- Language: HTML
- Size: 7.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#### Welcome to the unofficial Tom Petty Buried Treasure site
This is the repository for the [Tom Petty Buried Treasure Playlists](http://buriedtreasure.phpfui.com) site.The site was created based off the playlists from [Tom Petty's Buried Treasure Show](https://www.siriusxm.com/channels/tom-pettys-buried-treasure) that airs on SiriusXM Radio. The data was scraped from the [Tom Petty](https://www.tompetty.com) website and cleaned up to the form you see here. The original air date and season data is from SiriusXM Buried Treasure Show listings. Episodes were computed from the season data. [Please let us know](/ContactUs) if you find a discrepancy from what Tom occasionally announces.
Playlists can not be copyrighted, and the data on this site should be considered in the public domain. This site is not associated with Tom Petty's estate or heirs.
## Requirements to run the website
* PHP 8.2 or better
* SQLite 3
* Apache
* Linux or Windows## Installation
```
git clone [email protected]:phpfui/TomPettyBuriedTreasure.git
```
Set your public root to TomPettyBuriedTreasure/www
No need to run composer, all needed file are checked into the repo## Configuration
You can edit the data locally if you add a file named Admin.php to the /config directory. It should contain the following PHP code:
```php
true,
];
```## Corrections
If you find a bug in the PHP code, please submit an issue or Pull Request on GitHub. If you find a problem with the data, please report it on the [site directly](http://buriedtreasure.phpfui.com/ContactUs).## License
The PHP code in the TomPettyBuriedTreasure repo is distributed under the MIT License.