Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlywargnier/google-search-console-connector
https://github.com/charlywargnier/google-search-console-connector
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlywargnier/google-search-console-connector
- Owner: CharlyWargnier
- License: apache-2.0
- Created: 2022-07-26T18:01:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T10:48:14.000Z (8 months ago)
- Last Synced: 2024-04-18T04:11:12.904Z (7 months ago)
- Language: Python
- Size: 11.5 MB
- Stars: 38
- Watchers: 4
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔌 The Search Console Streamlit Connector
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://search-console-connector.streamlitapp.com/)
* ✔️ One-click connect to the [Google Search Console API](https://developers.google.com/webmaster-tools)
* ✔️ Easily traverse your account hierarchy
* ✔️ Go beyond the [1K row UI limit](https://www.gsqi.com/marketing-blog/how-to-bulk-export-search-features-from-gsc/)
* ✔️ Enrich your data querying with multiple dimensions layers and extra filters!✍️ You can read the blog post [here](https://blog.streamlit.io/p/e89fd54e-e6cd-4e00-8a59-39e87536b260/) for more information.
#### Going beyond the `25K` row limit
* There's a `25K` row limit per API call on the [Cloud](https://streamlit.io/cloud) version to prevent crashes.
* You can remove that limit by forking this code and adjusting the `RowCap` variable in the `streamlit_app.py` file#### Kudos
This app relies on Josh Carty's excellent [Search Console Python wrapper](https://github.com/joshcarty/google-searchconsole). Big kudos to him for creating it!
#### Questions, comments, or report a 🐛?
* If you have any questions or comments, please DM [me](https://twitter.com/DataChaz). Alternatively, you can ask the [Streamlit community](https://discuss.streamlit.io).
* If you find a bug, please raise an issue in [Github](https://github.com/CharlyWargnier/google-search-console-connector/pulls).#### Known bugs
* You can filter any dimension in the table even if the dimension hasn't been pre-selected. I'm working on a fix for this.