From arj.python at gmail.com Tue Feb 4 21:00:07 2020 From: arj.python at gmail.com (Abdur-Rahmaan Janhangeer) Date: Wed, 5 Feb 2020 06:00:07 +0400 Subject: [group-organizers] Tool For UG organisers Message-ID: Greetings list, I have been having some issues to manage our UG due to the number of tasks to be done. I'm thinking of a tool for group organises. Currently we post events to the following social accounts: fb page fb group twitter account linkedin page then we have to email events at python.org for meetup details. That's some basics. I'm thinking for a start of a tool to auto post to the following medias including sending mail to events at python.org If you have some ideas i'll be glad to hear! Yours, Abdur-Rahmaan Janhangeer pythonmembers.club | github Mauritius -------------- next part -------------- An HTML attachment was scrubbed... URL: From raymondwberg at gmail.com Tue Feb 4 21:56:14 2020 From: raymondwberg at gmail.com (Ray Berg) Date: Tue, 4 Feb 2020 20:56:14 -0600 Subject: [group-organizers] Tool For UG organisers In-Reply-To: References: Message-ID: Hey Abdur-Rahmaan, One of our organizers, Aly Sivji, has built some tooling around this in an open source library called BusyBeaver: https://github.com/busy-beaver-dev/busy-beaver It is centered around Slack, but supports extensible services. It might be something worth investigating. I cc'd Aly here. Respectfully, Ray Berg On Tue, Feb 4, 2020 at 8:00 PM Abdur-Rahmaan Janhangeer < arj.python at gmail.com> wrote: > Greetings list, > > I have been having some issues to manage our UG due to the number of tasks > to be done. I'm thinking of a tool for group organises. > > Currently we post events to the following social accounts: > > fb page > fb group > twitter account > linkedin page > > then we have to email events at python.org for meetup details. > > That's some basics. I'm thinking for a start of a tool to auto post to the > following medias including sending mail to events at python.org > > If you have some ideas i'll be glad to hear! > > > Yours, > > Abdur-Rahmaan Janhangeer > pythonmembers.club | github > > Mauritius > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/group-organizers/attachments/20200205/6836cf4c/attachment.html > > > _______________________________________________ > Group-Organizers mailing list > Group-Organizers at python.org > https://mail.python.org/mailman/listinfo/group-organizers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arj.python at gmail.com Tue Feb 4 22:53:40 2020 From: arj.python at gmail.com (Abdur-Rahmaan Janhangeer) Date: Wed, 5 Feb 2020 07:53:40 +0400 Subject: [group-organizers] Tool For UG organisers In-Reply-To: References: Message-ID: We are opening a slack space soon, Beaver sounds nice. Will discuss with the members! Is it a Linux-only lib? Yours, Abdur-Rahmaan Janhangeer pythonmembers.club | github Mauritius -------------- next part -------------- An HTML attachment was scrubbed... URL: From arj.python at gmail.com Wed Feb 5 01:51:33 2020 From: arj.python at gmail.com (Abdur-Rahmaan Janhangeer) Date: Wed, 5 Feb 2020 10:51:33 +0400 Subject: [group-organizers] Mauritian UG end of year report Message-ID: Greetings organisers, We published our first end of year report, feel free to have a look: https://www.pymug.com/assets/pymug_2019_report.pdf We used a regular doc format to pdf, in case you have better tools, please let us know! I listed our various mode of operations, feedback appreciated! Yours, Abdur-Rahmaan Janhangeer pythonmembers.club | github Mauritius -------------- next part -------------- An HTML attachment was scrubbed... URL: From mal at egenix.com Wed Feb 5 04:13:42 2020 From: mal at egenix.com (M.-A. Lemburg) Date: Wed, 5 Feb 2020 10:13:42 +0100 Subject: [group-organizers] Tool For UG organisers In-Reply-To: References: Message-ID: <95657b05-0ea2-1f37-382d-fff154e50c0e@egenix.com> Hi Abdur-Rahmaan, you may want to consider using IFTTT or similar integration tools for automating some of the cross posting. Thanks, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 05 2020) >>> Python Projects, Coaching and Support ... https://www.egenix.com/ >>> Python Product Development ... https://consulting.egenix.com/ ________________________________________________________________________ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ On 05.02.2020 03:00, Abdur-Rahmaan Janhangeer wrote: > Greetings list, > > I have been having some issues to manage our UG due to the number of tasks > to be done. I'm thinking of a tool for group organises. > > Currently we post events to the following social accounts: > > fb page > fb group > twitter account > linkedin page > > then we have to email events at python.org for meetup details. > > That's some basics. I'm thinking for a start of a tool to auto post to the > following medias including sending mail to events at python.org > > If you have some ideas i'll be glad to hear! > > > Yours, > > Abdur-Rahmaan Janhangeer > pythonmembers.club | github > > Mauritius > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > _______________________________________________ > Group-Organizers mailing list > Group-Organizers at python.org > https://mail.python.org/mailman/listinfo/group-organizers > From mail at honzajavorek.cz Wed Feb 5 05:03:51 2020 From: mail at honzajavorek.cz (Honza Javorek) Date: Wed, 5 Feb 2020 11:03:51 +0100 Subject: [group-organizers] Tool For UG organisers In-Reply-To: <95657b05-0ea2-1f37-382d-fff154e50c0e@egenix.com> References: <95657b05-0ea2-1f37-382d-fff154e50c0e@egenix.com> Message-ID: Hi, the channels you listed are exactly what is supported by Buffer - publish.buffer.com, within their free plan. Not an Open Source, but you don?t have to deal with quirks and changes of the social media APIs over time. You can focus on events. There is also a multitude of ways how to schedule a post in advance, which saves a lot of time. I?m not affiliated, just a heavy user of Buffer for promoting my projects and the Czech Python user group. Cheers, Honza On Wed, 5 Feb 2020 at 10:47, M.-A. Lemburg wrote: > Hi Abdur-Rahmaan, > > you may want to consider using IFTTT or similar integration > tools for automating some of the cross posting. > > Thanks, > -- > Marc-Andre Lemburg > eGenix.com > > Professional Python Services directly from the Experts (#1, Feb 05 2020) > >>> Python Projects, Coaching and Support ... https://www.egenix.com/ > >>> Python Product Development ... https://consulting.egenix.com/ > ________________________________________________________________________ > > ::: We implement business ideas - efficiently in both time and costs ::: > > eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 > D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg > Registered at Amtsgericht Duesseldorf: HRB 46611 > https://www.egenix.com/company/contact/ > https://www.malemburg.com/ > > > On 05.02.2020 03:00, Abdur-Rahmaan Janhangeer wrote: > > Greetings list, > > > > I have been having some issues to manage our UG due to the number of > tasks > > to be done. I'm thinking of a tool for group organises. > > > > Currently we post events to the following social accounts: > > > > fb page > > fb group > > twitter account > > linkedin page > > > > then we have to email events at python.org for meetup details. > > > > That's some basics. I'm thinking for a start of a tool to auto post to > the > > following medias including sending mail to events at python.org > > > > If you have some ideas i'll be glad to hear! > > > > > > Yours, > > > > Abdur-Rahmaan Janhangeer > > pythonmembers.club | github > > > > Mauritius > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > http://mail.python.org/pipermail/group-organizers/attachments/20200205/6836cf4c/attachment.html > > > > _______________________________________________ > > Group-Organizers mailing list > > Group-Organizers at python.org > > https://mail.python.org/mailman/listinfo/group-organizers > > > > _______________________________________________ > Group-Organizers mailing list > Group-Organizers at python.org > https://mail.python.org/mailman/listinfo/group-organizers > -------------- next part -------------- An HTML attachment was scrubbed... URL: