https://github.com/wolfterro/glot.io-code-downloader
Download code and text snippets from glot.io
https://github.com/wolfterro/glot.io-code-downloader
Last synced: 7 months ago
JSON representation
Download code and text snippets from glot.io
- Host: GitHub
- URL: https://github.com/wolfterro/glot.io-code-downloader
- Owner: Wolfterro
- License: mit
- Created: 2016-06-06T20:12:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T04:37:37.000Z (about 9 years ago)
- Last Synced: 2025-01-23T02:11:44.620Z (9 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
# Glot.io Code Downloader
# DEPRECATED: Use [Snipped](https://github.com/Wolfterro/Snipped) instead!
### Download code and text snippets from [glot.io](https://glot.io/)!
#### Description:
###### This is a simple program written in Python, it's main function is to download selected code or text snippets from glot.io.
###### When executed, the program will create a directory called 'Codes' in the same directory the program is running.
###### Downloaded snippets will be organized inside the 'Codes' directory by creating a new directory inside it with the snippet's name as the directory's name.
###### You'll just need to execute the program and insert the desired snippet's URL. The program will do the rest.### [Check the Changelog for more details about new updates!](https://raw.github.com/Wolfterro/Glot.io-Code-Downloader/master/CHANGELOG.txt)
#### Requirements:
- Python 2.x
- ~~BeautifulSoup~~ - No longer needed since version 1.2#### Download:
###### You can easily download the program by using the terminal and inserting the commands below, one by one:
git clone https://github.com/Wolfterro/Glot.io-Code-Downloader.git
cd Glot.io-Code-Downloader/
chmod +x Glotio-Code-Downloader.py
./Glotio-Code-Downloader.py