Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mousazourob/essayresearcher
A website that streamlines the research process by showing articles with excerpts based on a particular topic and group of keywords
https://github.com/mousazourob/essayresearcher
beautifulsoup bootstrap css flask html javascript jquery python web-scraping
Last synced: 1 day ago
JSON representation
A website that streamlines the research process by showing articles with excerpts based on a particular topic and group of keywords
- Host: GitHub
- URL: https://github.com/mousazourob/essayresearcher
- Owner: MousaZourob
- Created: 2020-06-17T16:20:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T23:38:22.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:16:47.204Z (about 2 months ago)
- Topics: beautifulsoup, bootstrap, css, flask, html, javascript, jquery, python, web-scraping
- Language: HTML
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Essay Researcher
### Overview:
A **Python** website to ease the process of preparing sources for an essay or assignment. After entering a topic sentence and keywords, a list of articles with excerpts containing these words is returned, allowing the user to fundamentally streamline their research process. The program uses the **Flask** framework to display results on the web, and **BeautifulSoup4** to scrape through websites for information related to the topic and keywords that the user enters. To build the front-end **HTML/CSS** and **Bootstrap** were used, and for the backend Python and **BeautifulSoup4** were used. Built for the **DefHacks 2020 Hackathon**.### Features:
* User is able to input a topic sentence and keywords to refine their search
* Option to specify the type of suffix for the URL, with the options being, .gov, .edu, or .org sites.
* Returns list of articles with related excerpts as well as URLs to said articles### Devpost: https://devpost.com/software/essay-research-assistant
### Demo:
![Essay_Research_Assistant](https://user-images.githubusercontent.com/66835262/86067439-df965280-ba42-11ea-8981-206d67c91648.gif)### Collaborators:
* https://github.com/ammar-s847
* https://github.com/ellenwang02
* https://github.com/JunZheng-dev
* https://github.com/shenbenson