Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

71 desenvolver um web scraping #87

Merged
merged 6 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: adding new comments
  • Loading branch information
VHbernardes committed Jul 29, 2024
commit 6857824584c784786abc9707c50e02584605abe1
2 changes: 1 addition & 1 deletion forunb/main/management/commands/scraping_sigaa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# main/management/commands/importar_disciplinas.py
# Raspagem de dados das disciplinas do site Sigaa da UnB e salva como fóruns

from django.core.management.base import BaseCommand
from main.models import Forum
Expand Down
2 changes: 1 addition & 1 deletion forunb/main/scraping.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# main/scraping.py
# Obtendo os dados das disciplinas da UnB

from .sessions import URL, HEADERS, create_request_session, get_session_cookie, get_response
from bs4 import BeautifulSoup
Expand Down
Loading