All Projects → niles-bot → niles

niles-bot / niles

Licence: MIT license
Niles - a Discord bot for interfacing with Google Calendar

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to niles

Dark google calendar
Dark theme for Google Calendar.
Stars: ✭ 81 (+55.77%)
Mutual labels:  google-calendar
Eink Calendar
Smart calendar with EInk display and Raspberry Pi
Stars: ✭ 191 (+267.31%)
Mutual labels:  google-calendar
google holiday calendar
Get holidays via Google Calendar.
Stars: ✭ 21 (-59.62%)
Mutual labels:  google-calendar
Gcalcron
Schedule shell commands execution through Google Calendar
Stars: ✭ 81 (+55.77%)
Mutual labels:  google-calendar
Googlecontactseventsnotifier
Receive automatic email notifications before your Google Contacts birthday and other events!
Stars: ✭ 177 (+240.38%)
Mutual labels:  google-calendar
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+4819.23%)
Mutual labels:  google-calendar
Phpcalfeed
A simple PHP script for providing calendar feeds for your website in a variety of different formats including iCalendar, RSS, JSON and XML.
Stars: ✭ 31 (-40.38%)
Mutual labels:  google-calendar
google-calendar-telegram-bot
This bot can interact with Google Calendar API, allowing you to easily add/manage events
Stars: ✭ 34 (-34.62%)
Mutual labels:  google-calendar
Eventcal
Filter to only include attending and maybe facebook events in ical and google calendar
Stars: ✭ 187 (+259.62%)
Mutual labels:  google-calendar
public-holidays-js
Public holidays by country. Readonly from google calendar. Nodejs module.
Stars: ✭ 18 (-65.38%)
Mutual labels:  google-calendar
Calendar.vim
A calendar application for Vim
Stars: ✭ 1,675 (+3121.15%)
Mutual labels:  google-calendar
Alfred Gcal
View Google Calendar events in Alfred
Stars: ✭ 147 (+182.69%)
Mutual labels:  google-calendar
Notion-GCal-Sync
A Python script to automate the syncing of tasks between Google Calendar and the all-in-one productivity workspace, Notion. It utilizes API and is customizable for your own needs. Free to use.
Stars: ✭ 120 (+130.77%)
Mutual labels:  google-calendar
Taskw gcal sync
Synchronization between Taskwarrior tasks and Google Calendar events-reminders
Stars: ✭ 81 (+55.77%)
Mutual labels:  google-calendar
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (-30.77%)
Mutual labels:  google-calendar
I3 Agenda
Show your next google calendar event in polybar or i3-bar
Stars: ✭ 62 (+19.23%)
Mutual labels:  google-calendar
Add Event To Calendar Docs
📅 Docs how to generate links to add events to online calendar services
Stars: ✭ 193 (+271.15%)
Mutual labels:  google-calendar
rooms
A simple Display for Meeting Rooms
Stars: ✭ 93 (+78.85%)
Mutual labels:  google-calendar
google-calendar-userstyles
🗓 One Dark theme for Google Calendar
Stars: ✭ 19 (-63.46%)
Mutual labels:  google-calendar
magister-calendar
📅 Automatically plan your Magister appointments in your Google calendar.
Stars: ✭ 12 (-76.92%)
Mutual labels:  google-calendar

Niles Discord Bot

Codacy codebeat docker-ci bot Crowdin discord node-current

A Discord bot for using Google Calendar to manage events. Targeted towards eSports event scheduling (scrims, PCWs).

example

Getting Started

Invite the hosted bot to your Discord here.

Join the Niles Discord server for support, bug reporting and feature requests.

Visit the Niles website or setup guide for more detailed use and setup descriptions.

If you wanted to host your own version or similar, these instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Setup your Discord app on the Discord developers website.

Note: To add a development bot to your Discord server, visit https://discord.com/api/oauth2/authorize?client_id=YOUR_APP_ID&scope=bot&permissions=97344 replacing your app id in the URL.

Set up a Google Service Account. For more information on setting up a Google Service Account, see here.

Alternative, set up OAuth2 Credentials.

Create your own secrets.json file in /config, using the appropriate values, making sure you also place a copy of your Google Service Account JSON security file somewhere and referencing in secrets.

To run and connect your bot

npm install
npm run

Built With

  • Discord.js - NodeJS library for interfacing with the Discord API
  • googleapis - Google APIs Node.js Client

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].