From 09380bd143bfeb0a989813af4dc1249e72491e9b Mon Sep 17 00:00:00 2001 From: Pat Holland Date: Thu, 22 Nov 2018 01:01:42 -0800 Subject: [PATCH 1/3] Adding documentation --- CONTRIBUTING.md | 0 README.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index e69de29..1f4f8ff 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,33 @@ +Resources: +https://github.com/sferik/twitter +http://www.codebycodes.com/blog/2015/08/31/creating-a-simeple-twitter-bot-with-ruby +http://prawnpdf.org/manual.pdf +https://devcenter.heroku.com/articles/scheduler + +Gems: +Prawn +RMagick +Twitter +Faker + +See it in action at: +https://twitter.com/elons_patents + +Elon's Tweets: https://twitter.com/elonmusk + +Contributing: +See [CONTRIBUTING][] for details. + +[contributing]: CONTRIBUTING.md + +Backlog: +Emoji Handling (https://github.com/hidakatsuya/prawn-emoji) +Code Cleanup +Twitter Thumbnail (or cropping image) +Randomizing Diagrams (or at least making them more interesting) +Put the Abstract text into a text_box to avoid overflow problems + +Copyright: +Copyright (c) 2018 Pat Holland. See [LICENSE][] for details. + +[license]: LICENSE.md From c85cbd9a46b16c98d4b7fe39dbca64a8b6470aa9 Mon Sep 17 00:00:00 2001 From: Pat Holland Date: Thu, 22 Nov 2018 10:31:54 -0800 Subject: [PATCH 2/3] add to TODO list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4f8ff..6c1d24f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Backlog: Emoji Handling (https://github.com/hidakatsuya/prawn-emoji) Code Cleanup Twitter Thumbnail (or cropping image) -Randomizing Diagrams (or at least making them more interesting) +Make my tweet a reply to the original one +Randomize Diagrams (or at least making them more interesting) Put the Abstract text into a text_box to avoid overflow problems Copyright: From c677680a489d592ab34b55b4e3716b1162dc208d Mon Sep 17 00:00:00 2001 From: Pat Holland Date: Fri, 23 Nov 2018 02:50:04 -0800 Subject: [PATCH 3/3] update TODO --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1d24f..60ad24c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ Code Cleanup Twitter Thumbnail (or cropping image) Make my tweet a reply to the original one Randomize Diagrams (or at least making them more interesting) -Put the Abstract text into a text_box to avoid overflow problems +(working on this) +If the abstract is short, add more to that column (like references citations as seen in [THIS][] tweet) + +[this]: https://twitter.com/patents_bot/status/1065515248726233088 Copyright: Copyright (c) 2018 Pat Holland. See [LICENSE][] for details.