Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daijro/EssayGen
Essay generator
https://github.com/daijro/EssayGen
bot essay essay-generation python scraper tor webscraper webscraping
Last synced: 17 days ago
JSON representation
Essay generator
- Host: GitHub
- URL: https://github.com/daijro/EssayGen
- Owner: daijro
- License: apache-2.0
- Created: 2021-05-19T22:06:26.000Z (over 3 years ago)
- Default Branch: no-tor
- Last Pushed: 2022-04-18T05:50:19.000Z (over 2 years ago)
- Last Synced: 2024-11-20T18:47:38.787Z (22 days ago)
- Topics: bot, essay, essay-generation, python, scraper, tor, webscraper, webscraping
- Language: Python
- Homepage:
- Size: 28.2 MB
- Stars: 54
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - daijro/EssayGen - Essay generator (Python)
README
# EssayGen
(Educational purposes only)
ShortlyAI is an advanced essay generating tool that uses the GPT-3 AI. Its demo only allows you to run it up to 4 times before it locks your access and requries you to pay $79/month. This bot will register new demo accounts, and allow you to continue generating your essay.
## Installation
**Download Windows binaries [here](https://github.com/daijro/essaygen/releases)**
To run from source code, install the requirements:
```
pip3 install -r requirements.txt
```
(Tested on [Python 3.8.9](https://www.python.org/downloads/release/python-389/))
## Usage
- Select an essay type (article or story)
- Enter an essay title
- Enter the starting content of your essay
- (optional) Enter a brief overview of your essay
- Choose the length of each generated segment using the slider
- Move your text cursor to where you want your AI to write
- Click "Generate" to run *(or Ctrl+Enter)*#### Effectively using GPT-3
To find more tips on how to effectly make use of GPT-3, you can visit the [ShortlyAI docs](https://help.shortlyai.com/), or go to [this video tutorial](https://www.youtube.com/watch?v=5bnN6PjhDUE).
#### Supported Features
- **Article writing** (non-fiction mode)
- **Story writing** (creative fiction mode)
- **Title** - Specify a essay title to influence the AI's output
- **Article brief/story outline** - Specifiy an article outline/summary or a story background for the AI
- **[Slash commands](https://help.shortlyai.com/getting-started/slash-commands)**
| Command | Description | Hotkey | Char Limit |
|------------------------|----------------------------------------------------------------------------------- |------------ | ------------ |
| *`/instruct [text]`* | Give instructions on what the AI should write next. [More details](https://help.shortlyai.com/getting-started/slash-commands#instruct) | Ctrl+Enter | 500 |
| *`/rewrite [text]`* | Rewrites text in a unique way | Ctrl+P | 160 |
| *`/shorten [text]`* | Shortens text to make it more concise | Ctrl+[ | 200 |
| *`/expand [text]`* | Extends and develops text | Ctrl+] | 120 |
- **Writing stats**: Displays character count, char count (without spaces), and word count of either the selected text or entire text *(Ctrl+Shift+C)*- **[`///` content seperators](https://help.shortlyai.com/getting-started/understanding-context#using)** - Isolates content to prevent earlier sections of your writing from influencing the AI's output. For example, if the content above is a list, but you no longer wish to to write in a list format, this can be helpful.
## Screenshot
![image](https://user-images.githubusercontent.com/72637910/163756731-0000736a-c748-4b57-810f-30f9933aea6c.png)
## Disclaimer
This bot is meant to demonstrate how QWebEngine & requests can be used in webscraping and is for EDUCATIONAL PURPOSES ONLY! Please consider supporting the developers.