Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This script fetches and displays information about anime titles from animeschedule.net. It supports searching by anime name or URL, validates and stores URLs, extracts anime details, and allows concurrent fetching using multiple threads. It includes a command-line interface for user interaction.
## Warning:
This program is still under development
Add Anime by Search Term:
python shedule.py -a <one piece>
Prompts the user to enter an anime name to search and add it to the list.
Add Anime by URL:
python shedule.py -a <anime_url>
Adds the provided anime URL to the list if valid and not already added.
Display Today's Anime:
python shedule.py -t
Displays the anime that are coming out on the current day.
Specify Number of Threads:
python shedule.py -s <number_of_threads>
Specifies the number of threads to use (default is 10).
Add an anime by search term:
$ python shedule.py -a
Enter the name of the anime: One Piece
Available Anime Titles (Newest to Oldest):
1. One Piece
2. One Piece: Episode of Sabo
3. One Piece Film: Gold
Enter the number corresponding to your anime selection: 1
Url(https://animeschedule.net/anime/one-piece) is added to the file..
Main Title: One Piece
English Title: One Piece
Episode Number: 1023
Subs Release Date: June 18, 2024
Subs Countdown: 00:10:00
Raw Countdown: 00:20:00
Airing Day: 2024-06-18T00:00:00Z
tqdm
(Version: 4.63.0)lxml
(Version: 5.2.2)requests
(Version: 2.32.3)prompt-toolkit
(Version: 3.0.43)pip install ani-shedule
ani-shedule
ani-schedule -u
as updating the pip version is not applicable.pip install tqdm==4.63.0
pip install lxml==5.2.2
pip install requests==2.32.3
pip install prompt-toolkit==3.0.43
Clone the Repository:
git clone https://github.com/yourusername/Ani-shedule.git
cd Ani-shedule
Create a Virtual Environment (Optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
Install Required Packages:
pip install tqdm==4.63.0
pip install lxml==5.2.2
pip install requests==2.32.3
pip install prompt-toolkit==3.0.43
Run the Script:
python script.py -a
This project is licensed under the MIT License. https://github.com/Kamanati/Ani-shedule.git
FAQs
A simple to view anime aring date and upcoming anime.
We found that ani-shedule demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.