Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnyfzr/snwlnk
❄Open source link sharing app
https://github.com/dnyfzr/snwlnk
app css python streamlit
Last synced: 5 days ago
JSON representation
❄Open source link sharing app
- Host: GitHub
- URL: https://github.com/dnyfzr/snwlnk
- Owner: DNYFZR
- License: mit
- Created: 2022-10-31T13:10:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T16:10:53.000Z (almost 2 years ago)
- Last Synced: 2023-05-15T22:23:16.687Z (over 1 year ago)
- Topics: app, css, python, streamlit
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
❄ SNWLNK ❄
A social & professional link app to share links to all of your profiles / portfolios / projects.---
App Configuration
The app is configured by updating a [YAML file](config/profile.yml) and loading your profile picture to the [config](config/) directory.
1. Fork the repo to your GitHub account
2. Edit the YAML file and add your profile picture to the config directory.
- Header Info - Provide your preferred display name, and a small bio.````yml
# Header info
name: "Danny"
bio: "Software Developer"
````- Links - Use the desired display name for each link as the key, and the link itself as the value
````yml
# Links
GitHub: "https://github.com/DNYFZR"
Twitter: "https://twitter.com/@DNYFZR"
````3. Upload to [Streamlit Cloud](https://share.streamlit.io/)
- Log in with your GitHub account
- Select New App and select the repo and main.py file
- On Advanced Settings - select Python 3.10 (optional)
- Click Deploy!Once uploaded to the cloud service, the app will be available to view.
4. Rename the app (optional but advised)
- On the [your apps](https://share.streamlit.io/) page, click the three dots next to your SNWLNK app
- Select settings, and on the pop-up, rename the app (dealers choice)
- Click save, now you will have a custom Streamlit URL for the app.5. Share that link...