Go to file
dependabot[bot] f3e582100d Bump nokogiri from 1.15.4 to 1.16.2
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 00:48:03 +05:30
.github Create FUNDING.yml 2022-05-30 14:47:40 +05:30
.dockerignore Adds docker build support 2020-10-19 14:18:01 +05:30
.gitignore Adds docker build support 2020-10-19 14:18:01 +05:30
Dockerfile Adds docker build support 2020-10-19 14:18:01 +05:30
Gemfile Initial release 2020-10-09 15:44:15 +05:30
Gemfile.lock Bump nokogiri from 1.15.4 to 1.16.2 2024-02-07 00:48:03 +05:30
LICENSE Initial release 2020-10-09 15:44:15 +05:30
README.md Update README.md 2022-03-11 05:59:52 +00:00
cover.jpg Smaller cover, book complete 2020-12-08 14:39:49 +05:30
generate.rb Adds docker build support 2020-10-19 14:18:01 +05:30
generate.sh Adds docker build support 2020-10-19 14:18:01 +05:30
metadata.xml Initial release 2020-10-09 15:44:15 +05:30
urls.txt New Chapter arrives 2020-11-21 20:56:38 +05:30

README.md

Never Say You Cant Survive in progress MIT license

Book Cover

“You have the power to shape worlds, and the monsters are scared of you.”

From author Charlie Jane Anders, Never Say You Cant Survive is a how-to book about the storytelling craft, but its also full of memoir, personal anecdote, and insight about how to flourish in the present emergency.


The repository contains scripts to generate an ebook in the EPUB format from the posts at tor.com. More details at https://www.tor.com/series/never-say-you-cant-survive-by-charlie-jane-anders/.

Support the author by getting the book at Amazon.com, Indiebound, Barnes and Noble. Audiobook available on Audible.

How to run

With Docker

docker pull captn3m0/never-say-you-cant-survive
docker run --rm --volume "$(pwd):/output" captn3m0/never-say-you-cant-survive:latest

The generated file will get created in your current directory.

If you are on Windows, instead run:

docker pull captn3m0/never-say-you-cant-survive
docker run --rm --volume "//c/:/output" captn3m0/never-say-you-cant-survive:latest

and the generated ebook will be created in the C:\never-say-you-cant-survive.epub.

Without Docker

Dependencies: ruby, wget, pandoc

git clone https://github.com/captn3m0/never-say-you-cant-survive.git
cd never-say-you-cant-survive
bundle install
./generate.sh

Your generated ebook should be available at never-say-you-cant-survive.epub

Contents

(All links to Tor.com)

Section I - Introduction
  1. [How To Make Your Own Imaginary Friends][c1]
  2. [Imposter Syndrome Is Just Part of Being a Writer][c2]
  3. [Embrace Uncertainty: The Joy of Making a Giant Mess][c3]
  4. [Everything Is Broken! What Should I Write About?][c4]
Section II - Whats A Story, and How Do You Find One?
  1. [Dont Be Afraid to Go on Lots of First Dates With Story Ideas][c5]
  2. [The Secret to Storytelling? Just One Good Scene, and Then Another and Another][c6]
  3. [The Most Powerful Thing a Story Can Do Is Show How People Change][c7]
  4. [A Good Plot Is Made Out of Two Things][c8]
  5. [How to Tell a Thrilling Story Without Breaking Your Own Heart][c9]
  6. [The Ending Is The Beginning][c10]
Section III - Your Feelings are Valid—and Powerful
  1. [Hold On To Your Anger. Its a Storytelling Goldmine][c11]
  2. [People Are Only as Interesting as Their Relationships][c12]
  3. [One Easy Way to Feel Better About the World][c13]
  4. [Revision Is the Process of Turning Fake Emotion Into Real Emotion][c14]
  5. [Twelve Ways to Keep the Fun of Writing Alive][c15]
Section IV - What We Write About When We Write About Spaceships
  1. [How to Write a Political Story Without Falling on Your Face][c16]
  2. [Good Worldbuilding Shows How Things Could Be Different][c17]
  3. [The Unexamined Story Is Not Worth Writing][c18]
  4. [Weirdness Gives Me the Strength To Keep Going][c19]
  5. [When Is It Okay To Write About Someone Elses Culture or Experience?][c20]
Section V: How to Use Writerly Tricks to Gain Unstoppable Powers
  1. [Find Your Voice and Make It LOUD][c21]
  2. [A Strong Narrator Can Help You Weave a Spell of Protection][c22]
  3. [When the World Goes Loopy, You Can Become a Master of Time and Space][c23]
  4. [Irony Doesnt Have To Be the Enemy of Feels. They Can Team Up, In Fact!][c24]
  5. [Write The Book That Only You Could Have Written][c25]

License

Licensed under the MIT License. See LICENSE file for details.

Other Projects

A list of my other EBook generation projects: https://captnemo.in/ebooks/.