Skip to content

Wikipedia Scraping #1990

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

Merged
merged 4 commits into from
Oct 7, 2023
Merged

Wikipedia Scraping #1990

merged 4 commits into from
Oct 7, 2023

Conversation

Abhay-1552
Copy link
Contributor

BeautifulSoup and Flask Framework

Abhay-1552 added 2 commits October 4, 2023 16:00
BeautifulSoup and Flask Framework
Legal document reader using neuralDb
@@ -0,0 +1,34 @@
from thirdai import licensing, neural_db as ndb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use docstring and comments, to make the program easily understandable to others as well as you.


clear = Button(root, text="Clear", font=15, fg='black', bg="grey", width=10, command=clear_all)
clear.place(x=245, y=405)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it OOP based and KISS based.

if __name__ == "__main__":
        main()
for option in soup.find_all('option'):
language = option.text
symbol = option['lang']
language_symbols[language] = symbol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, provide a proper README.md file, for other people, general people to understand what is this project is all about.
and cover basic aspects like:

  • How to install
  • How to uninstall
  • How to use
    etc...,
    What are the key features, what are bugs, what to improve, what can be further refactored, etc..., just explaining your project in full length.
</div>

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation and OOP based and KISS approach is missing everywhere.

MOST IMPORTANT:

README.md
and
Documentation is missing.

Abhay-1552 added 2 commits October 4, 2023 19:08
Necessary changes like comments, docstring, readme file, OOP and KISS based changes
Copy link
Contributor

@rein14 rein14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@NitkarshChourasia NitkarshChourasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and promising.

@geekcomputers geekcomputers merged commit 24b8477 into geekcomputers:master Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
close