Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domathid/gindex
Google's Indexing API Tools Submit Urls in Bulk With Python (Alat Kirimkan URL secara massal ke API Pengindeksan Google menggunakan Python)
https://github.com/domathid/gindex
blogger-api bloggers google-analytics google-api indexing indexing-api indexing-blog-automatic indexing-engine
Last synced: 11 days ago
JSON representation
Google's Indexing API Tools Submit Urls in Bulk With Python (Alat Kirimkan URL secara massal ke API Pengindeksan Google menggunakan Python)
- Host: GitHub
- URL: https://github.com/domathid/gindex
- Owner: DomathID
- License: mit
- Created: 2023-10-02T18:13:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:58:19.000Z (5 months ago)
- Last Synced: 2024-10-13T03:24:18.812Z (26 days ago)
- Topics: blogger-api, bloggers, google-analytics, google-api, indexing, indexing-api, indexing-blog-automatic, indexing-engine
- Language: Python
- Homepage: https://trakteer.id/bang-domath/tip
- Size: 204 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⢀⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢠⡄⠀⠀⠀⠀⣇⠀⠀⠀⠀⠀⡸⢐⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢿⡙⠶⢄⣀⠀⢫⠒⢤⣀⠀⠀⢸⠰⠀⠀⣀⡤⣤⠤⠀⠀⠀
⠀⠀⠀⠀⠉⢒⠦⠄⠈⠉⠁⠠⠀⠉⠉⠙⠃⠚⠉⣠⠎⠀⠀⠀⠀⠀
⢀⣄⣠⡐⣈⡀⡄⠀⠀⢠⠀⢀⣴⣠⠀⠀⠀⠀⠀⠻⣀⠀⠀⠀⠀⠀▒█▀▀█ ░░ ▀█▀ ▒█▄░▒█ ▒█▀▀▄ ▒█▀▀▀ ▀▄▒▄▀
⠀⠀⢨⠟⢁⢔⡁⢀⠔⠀⠐⣡⣯⠃⢠⠀⡆⢤⠀⡀⢰⡯⡒⠠⠤⠀▒█░▄▄ ▀▀ ▒█░ ▒█▒█▒█ ▒█░▒█ ▒█▀▀▀ ░▒█░░
⢀⣴⡵⣾⢗⣥⣶⣿⣷⣮⡼⢣⠃⢠⣧⣤⣯⣘⠀⢣⠀⣣⡏⠉⠚⠉▒█▄▄█ ░░ ▄█▄ ▒█░░▀█ ▒█▄▄▀ ▒█▄▄▄ ▄▀▒▀▄⠀⠀⠀
⠟⠁⣸⣣⡃⢿⣿⣿⣿⣿⠷⠾⢶⣿⣿⣿⣿⣿⡆⣿⡀⢿⣸⡀⠀⠀[ Google Indexing Using Indexing Api ]
⠀⢰⠋⠀⠀⠀⠉⠙⠉⠁⢀⣀⡀⠙⠛⠛⠛⠛⠑⡿⣯⣽⠋⣳⡆⠀
⠀⠈⠳⢦⣄⡀⠀⠀⠘⣄⣀⣀⠼⠃⠀⠀⢀⠀⠠⠴⠿⠛⠋⠁⠀⠀
⠀⠀⠀⠀⠀⠉⠉⠓⠒⠒⠤⠤⠤⠤⠔⠚⠁⠀⠀⠀⠀⠀
# Gindex
Google Indexing Using Indexing Api Python
Submit URLs in bulk to Google Indexing, fetching automatic urls from Sitemap.xml
```
git clone https://github.com/DomathID/Gindex
cd Gindex
pip install -r requirements.txt
python run.py
```
# credentials.json
This is Example
```
{
"type": "service_account",
"project_id": "example project",
"private_key_id": "your id",
"private_key": "-----BEGIN PRIVATE KEY----- -----END PRIVATE KEY-----\n",
"client_email": "[email protected]",
"client_id": "your client_id",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "example cert url",
"universe_domain": "googleapis.com"
}
```
# Support Me
# How To Usehttps://www.yukinoshita.web.id/2023/10/cara-index-website-dengan-indexing-api.html