8000 GitHub - jxthomas/nycpython.com: The official website for the NYC Python meetup group
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jxthomas/nycpython.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nycpython.com

The official website of the NYC Python meetup group.

Technologies

We will be using the following technologies

Getting Started

Here's everything you need to know to get a copy of nycpython.com running locally.

What You Need

Setup

After installing VirtualBox and Vagrant, fork the code on GitHub and clone it locally by executing the following command, replacing USERNAME with your GitHub username:

$ git clone git@github.com:USERNAME/nycpython.com.git

After doing that, execute the following command to build your local virtual machine:

$ vagrant up

You can access all of your code locally, but you will need the virtual machine to access the server. To access the virtual machine's command line interface, execute the following command:

$ vagrant ssh

To run the nycpython.com server, execute the following commands on the virtual machine:

$ workon nycpythoncom
$ python src/server.py

The site can be accessed in your browser by visiting localhost:5050.

Meetup API

In order to work with the Meetup API, you will first need to create a Meetup API Key.

Twitter API

In order to work with the Twitter API, you will first need to create a Twitter Application. Once you have created the application, you will be able to retrieve its OAuth settings.

Contributing

A list of issues can be found on GitHub. Issues are categorized as graphics (e.g., logos, banners), front-end (e.g., HTML, CSS, JavaScript), and back-end (e.g., Python, API Integration).

Pick one and start hacking away!

About

The official website for the NYC Python meetup group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.6%
  • JavaScript 34.1%
  • Python 1.9%
  • Other 0.4%
0