Metadata-Version: 2.1
Name: pythontwist
Version: 0.0.1
Summary: A small example package based on anime_downloader
Home-page: https://github.com/phanirithvij/twist.moe/tree/pythontwist
Author: Phani Rithvij
Author-email: phanirithvij2000@gmail.com
License: UNKNOWN
Description: # Anime downloader for [Twist.Moe](https://twist.moe)
        
        ## NOT WORKING
        
        ## Use old data from this link
        
        [JSON](https://raw.githubusercontent.com/phanirithvij/Myanimewebsite/master/twistlinks.json)
        
        ## Installation (Setup)
        
        ```shell
        
        git clone https://github.com/phanirithvij/twist.moe.git
        cd twist.moe/
        chmod +x *.sh
        
        ```
        
        ```shell
        ./startp.sh #URL
        
        #Here URL is from https://twist.moe
        
        #after comlpetion
        
        #cd Anime/anime_name_folder/
        
        ./download.sh
        ```
        
        animelist.txt will soon contain all the anime_names that you've used in startp.sh
        
        ## Usage
        
        ```shell
        ./startp.sh #arguments
        ```
        
        ### The above step will make the directory of the anime in ./Anime/
        
        ### Go to that directory
        
        ```shell
        cd Anime/#<anime_name>
        ./download.sh
        ```
        
        ## Examples
        
        **Input**:
        
        ```shell
        ./startp.sh
        ```
        
        **Output**:
        
        ```shell
        Enter link from https://twist.moe/
        
        https://twist.moe/a/one-piece/1/
        
        Creating Anime/one-piece
        
        Fetching info...
        
        Creating Anime/one-piece/list.txt
        
        copying download.sh to one-piece
        
        Done
        ```
        
        **Input**:
        
        ```shell
        ./startp.sh https://twist.moe/a/gintama
        ```
        
        **Output**:
        
        ```shell
        Creating Anime/gintama
        
        Fetching info...
        
        Creating Anime/gintama/list.txt
        
        copying download.sh to gintama
        
        Done
        ```
        
        **Input**:
        
        ```shell
        ./startp.sh corpse-party      #Just the anime name which is exactly from the website
        ```
        
        **Output**:
        
        ```shell
        Creating Anime/corpse-party
        
        Fetching info...
        
        Creating Anime/corpse-party/list.txt
        
        copying download.sh to corpse-party
        
        Done
        
        ```
        
        ### Now go inside Anime/one-piece/
        
        **Input**:
        
        ```shell
        phani200-pc:~/twist.moe/Anime/one-piece$ ./download.sh
        
        ```
        
        **Output**:
        
        ```shell
        Total no of episodes : 819
        
        start at :
        
        3 (ENTER THIS where you want to BEGIN)
        
        end at :
        
        55 (ENTER THIS where you want to END)
        
        [HorribleSubs] One Piece - 003 [1080p   8%[=====>                                       ]   17.6M   2.12MB/s    eta 3m 30s
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
