Skip to content

nelabdiel/GoTwitterScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

An event finder script that uses the Twitter API to find events in the Charleston Area, parses the data and adds the events to your Google Calendar with the use of the Google API.

Built in Go, the idea was for me to familiarized myself with how to write Go code.

The Binary was built for darwin64.

Make sure to add tweeter.json and google.json to /var/

Make sure to register your app with Twitter in order to get your credentials.

tweeter.json should look like this:

{ "apiKey": "XXXX", "apiSecret": "XXXX", "accessToken": "XXXX", "accessTokenSecret": "XXXX" }

For google.json:

Follow the instructions on step 1 from https://developers.google.com/google-apps/calendar/quickstart/go , rename the file google.json instead of client_secret.json and move it to /var/

About

Learning Go - Uses the twitter API and Google API to find events in the Charleston Area and add them to a Google Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages