https://github.com/durocodes/random-projects
Canvas web scraper and IP to location built with Python aswell as a countdown website with HTML
https://github.com/durocodes/random-projects
Last synced: 2 months ago
JSON representation
Canvas web scraper and IP to location built with Python aswell as a countdown website with HTML
- Host: GitHub
- URL: https://github.com/durocodes/random-projects
- Owner: DuroCodes
- Created: 2021-11-04T13:19:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T12:34:49.000Z (over 3 years ago)
- Last Synced: 2025-01-29T15:13:36.671Z (4 months ago)
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Projects (*All projects require Python 3.6+*)
---
### Canvas web scrapper [✅]
1. Clone GitHub repository
2. Create `secret.json` inside of the directory of main.py:
```json
{
"access_token": "",
"school_code": ""
}
```
3. Run `python3 main.py`
---
### IP to Location [✅]
1. Clone GitHub repository
2. Run `python3 main.py`
3. Input an IP address