Skip to content

🧩 fundamentals of software development course | IT conferences crawler backend

License

Notifications You must be signed in to change notification settings

fit-hcmus-k21/conferences-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Usage Guide

Here are the steps to use the project:

1. Install Dependencies

  • First, you need to install the necessary dependencies for the project. Open the terminal and run the following commands:

    pip install scrapy
    pip install firebase-admin
  • Make sure to run these commands in your project's virtual environment if you have one.

2. Configure the Database

  • Before running the project, ensure that you have configured the database, update the Firebase credentials and database URL.

3. Run the Project

  • Once the dependencies are installed, you can run the project using the following command:
scrapy crawl conferences
  • Ensure that you are in the correct directory before running the command.

About

🧩 fundamentals of software development course | IT conferences crawler backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages