Automatic file downloader on 1fichier.com
-
Python3:
sudo apt-get install python3
-
pip:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
-
Requests:
sudo pip install requests
-
Beautiful Soup:
sudo pip install beautifulsoup4
####Installation : This will install onefichier.py to /usr/share/ and make a symbolic link to /usr/bin/
sudo make install
####Init :
This will create ~/.config/onefichier/config.json
file which contains all needed parameters
onefichier --init
####Run :
onefichier
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
any comment to iliak@mimicprod.net
GNU GENERAL PUBLIC LICENSE V3