Skip to content

pheeria/meetups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetups

Meetups

made-with-python winter-is-coming

Meetups is a simple events calendar app. Given a no_later_than date and a meetups list it will generate a markdown file with a list of upcoming events. You can see an example here.

Example

Example

Usage

  1. Clone the repo

  2. Create a virtual environment

    python3 -m venv env
  3. Activate the environment

    source env/bin/activate
  4. Install dependencies

    pip install -r requirements.txt
  5. Modify config.json according to your needs

  6. Run python meetup.py

About

Events calendar app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages