nodeschool / oakland

Discussion for the Oakland chapter of NodeSchool
http://nodeschool.io/oakland/
55 stars 9 forks source link

Automatically schedule social media posts w/ script #40

Open Fauntleroy opened 7 years ago

Fauntleroy commented 7 years ago

Automatically create ~8 posts for Facebook/Twitter

Facebook: https://developers.facebook.com/docs/graph-api/reference/v2.8/page/feed Twitter: buffer?

Fauntleroy commented 7 years ago

Here's a basic idea for a post schedule:

May 13 - NodeSchool Oakland May Day of Post (written by an organizer) "Our event is today at @npmjs" Image: Something at the event. Usually stickers.

14 Day After Post "Thanks for coming out!

Our next event will be on June 10th at @npmjs

https://www.nodeschool.io/oakland" Image: Previous event's group photo

15 16 17 18 19 20 3 weeks out Next event reminder post

21 22 23 Next event mentor reminder post

24 25 26 27 2 weeks out Next event reminder post

28 29 Next event mentor reminder post

30 31 Next event reminder post

June 1 2 Next event mentor reminder post

3 1 week out 4 Next event reminder post

5 6 Next event mentor reminder post

7 8 Next event reminder post

9 10 NodeSchool Oakland June Day of Post (written by an organizer)

Fauntleroy commented 7 years ago

There are currently 4 kinds of posts:

Fauntleroy commented 7 years ago

There are a couple ways I've thought about handling posts:

Personally I'm leaning towards the first option, since it's simpler and it gives the organizer more control (in case we want or need something custom, like a specific image matched with a specific message). Let me know what you think.