Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaTracker

Keeping track of new manga chapters, webtoon episodes, or other content releases often requires users to manually visit multiple websites and repeatedly check for updates. This process is time-consuming, inefficient, and makes it easy to miss new releases.

MediaTracker solves that problem by automating update tracking across multiple sources. It scrapes selected websites, detects newly released content, and extracts relevant information.


Local Deployment

  1. Install dependencies: pip install -r requirements.txt
  2. Create a file named "followed_titles.json"
  3. Add manga titles to followed_titles.json. An example is:
[
    "Pure Love Operation",
    "Yu-Gi-Oh! OCG Structures",
    "Campfire Friends",
    "Omniscient Reader's Viewpoint",
    "BUNGO-unreal-"
]
  1. Run the program: python index.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages