niccokunzmann / first_timer_scraper

Find pull-requests and issues of first time contributors
http://firsttimers.quelltext.eu
GNU Affero General Public License v3.0
9 stars 15 forks source link

Test merge + squash + rebase commits #1

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

Not all commits are merge commits. Currently, this is assumed. Some projects do not use merge but rather squash or rebase.

Hints:

hafizhanindito commented 6 years ago

Hello @niccokunzmann, I am new to python programming (I have some experience with flask) and would like to contribute in this project. Just want to check is this project still active?

niccokunzmann commented 6 years ago

Hi, you can work on this project, if you like. I will support you but not spend time programming on it right now. It will be auto-deployed to my server every day and you can see how it works on a lot of data. Currently, we could use a mongodb to search faster or stop reading and writing to files at every request.

On 09/29/2017 04:13 PM, Hafiz Hanindito wrote:

Hello @niccokunzmann https://github.com/niccokunzmann, I am new to python programming (I have some experience with flask) and would like to contribute in this project. Just want to check is this project still active?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/niccokunzmann/first_timer_scraper/issues/1#issuecomment-333137602, or mute the thread https://github.com/notifications/unsubscribe-auth/AAieIJ5i8s1Jvku-B-URC_lMbfUxJFMQks5snPr0gaJpZM4MmAVn.

hafizhanindito commented 6 years ago

Thank you for your reply, but I have question as for how to start testing the api? do I need to run docker? I have tried to source api_test.py but got this error instead:

from: can't read /var/mail/pprint api_test.py:19: parse error near `}'

niccokunzmann commented 6 years ago

Hm I think, you need python3 installed and pip-python3. If you like, you can install the packages and follow the installation here: https://github.com/niccokunzmann/first_timer_scraper#installation You can enhance the installation section for everything you find out.

Try running:

python3 -m first_timer_scraper.app data secret model

What is the output? I guess, I should have added that if that is the correct command.