https://github.com/pennlabs/expander
URL Expander in Flask
https://github.com/pennlabs/expander
flask python university-of-pennsylvania
Last synced: 2 months ago
JSON representation
URL Expander in Flask
- Host: GitHub
- URL: https://github.com/pennlabs/expander
- Owner: pennlabs
- License: mit
- Created: 2018-11-04T16:49:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T01:33:23.000Z (over 3 years ago)
- Last Synced: 2025-03-06T00:44:52.138Z (over 1 year ago)
- Topics: flask, python, university-of-pennsylvania
- Language: TypeScript
- Size: 278 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expander
[](https://circleci.com/gh/pennlabs/expander)
Basic URL expander written as a Flask app.
To use:
1. Set a `PLATFORM_URL` environment variable that contains the base URL running [Shortener](https://github.com/pennlabs/shortener) (Do not include a trailing slash in the URL).
2. Run `python main.py` to run the app.