https://github.com/otmanedaoudi/onepiece-auto-downloader
A script that automates the download of the latest One Piece episode.
https://github.com/otmanedaoudi/onepiece-auto-downloader
automation onepiece python
Last synced: 7 months ago
JSON representation
A script that automates the download of the latest One Piece episode.
- Host: GitHub
- URL: https://github.com/otmanedaoudi/onepiece-auto-downloader
- Owner: OtmaneDaoudi
- Created: 2023-11-03T10:26:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T10:28:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T15:32:08.510Z (9 months ago)
- Topics: automation, onepiece, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A script that automatically downloads the latest episode of one piece from witanime.
# How to run:
1. Install [Python 3.11](https://www.python.org/downloads)
2. Install required libraries:
``` pip install -r requirements.txt```
3. Set up a service account in google cloud.
4. Download the JSON key.
5. Create an environment variable ```GOOGLE_APPLICATION_CREDENTIALS``` that points to the JSON key.