|
3 | 3 | # Author: [Sanix-darker](https://github.com/sanix-darker) |
4 | 4 | # |
5 | 5 | # Ressources / WebSites used to fetch data: |
6 | | -# https://github.com/pyjobs/annonces~ |
7 | | -# https://djangogigs.com/gigs/remote/~ |
8 | | -# https://angel.co/europe/python/jobs~ |
9 | | -# https://remoteml.com/tags/Python/~ |
10 | | -# https://nodesk.co/remote-jobs/python/~ |
11 | | -# https://www.codementor.io/freelance-jobs/python~ |
12 | | -# https://www.indeed.com.ph/Remote-Python-jobs~ |
13 | | -# https://remote4me.com/remote-python-jobs~ |
14 | | -# https://www.irishjobs.ie/Remote-Python-Jobs~ |
15 | | -# https://www.reed.co.uk/jobs/python-developer-remote/36144618~ |
16 | | -# https://www.simplyhired.com/search?q=remote+python+developer&l=austin%2C+tx&job=ViO7geREaxO513t_xvNXtyVy2t9_kmX9_BjPGMevSnLgkOwH73PMww~ |
17 | | -# https://remotees.com/remote-python-jobs~ |
18 | | -# https://www.indeed.co.uk/Python-jobs-in-Remote~ |
19 | | -# https://jobs.trovit.co.uk/remote-python-jobs~ |
20 | | -# https://www.glassdoor.co.uk/Job/uk-remote-python-jobs-SRCH_IL.0,2_IN2_KO3,16.htm~ |
21 | | -# https://www.cybercoders.com/jobs/remote-python-developer-jobs/~ |
22 | | -# https://www.pearsonfrank.com/32655/uk-remote-python-developer~ |
23 | | -# https://www.flexjobs.com/jobs/python~ |
24 | | -# https://twitter.com/remotepython?lang=en~ |
25 | | -# https://www.reddit.com/r/remotepython/~ |
26 | | -# https://www.remotelyawesomejobs.com/remote-python-jobs/~ |
27 | | -# https://europeremotely.com/remote-jobs/Python~ |
28 | | -# https://www.glassdoor.com/Job/remote-python-jobs-SRCH_IL.0,6_IS11047_KO7,13.htm~ |
29 | | -# https://www.glassdoor.com/Job/remote-python-jobs-SRCH_KO0,13.htm~ |
30 | | -# https://www.linkedin.com/jobs/python-remote-jobs~ |
31 | | -# https://stackoverflow.com/jobs/remote-developer-jobs-using-python~ |
32 | | -# https://weworkremotely.com/remote-jobs/search?utf8=%E2%9C%93&term=python~ |
33 | | -# https://www.workingnomads.co/remote-python-jobs~ |
34 | | -# https://www.python.org/jobs/location/telecommute/~ |
35 | | -# https://jobs.github.com/positions?description=python~ |
36 | | -# https://pythonjobs.github.io/~ |
37 | | -# https://www.python.org/jobs/~ |
38 | | -# https://www.indeed.com/q-Remote-Python-Developer-jobs.html~ |
39 | | -# https://www.indeed.com/q-Remote-Python-jobs.html~ |
40 | | -# https://www.indeed.com/q-Python-jobs.html~ |
41 | | -# https://www.indeed.com/q-Python-Developer-jobs.html~ |
42 | | -# https://remoteok.io/remote-python-jobs~ |
43 | | -# https://www.linkedin.com/jobs/python-jobs~ |
44 | | -# https://www.linkedin.com/jobs/python-developer-jobs~ |
45 | | -# https://www.remotepython.com/~ |
46 | | -# https://www.pythonjobs.com/~ |
47 | | -# https://www.glassdoor.com/Job/python-developer-jobs-SRCH_KO0,16.htm~ |
48 | | -# https://www.naukri.com/python-developer-jobs~ |
49 | | -# https://www.upwork.com/o/jobs/browse/skill/python/~ |
50 | | -# https://www.seek.co.nz/python-jobs~ |
51 | | -# https://www.nijobs.com/Python-Jobs-in-Belfast~ |
52 | | -# https://www.irishjobs.ie/Python-Developer-Jobs-in-Dublin~ |
53 | | -# https://stackoverflow.com/jobs/developer-jobs-using-python~ |
54 | | -# https://www.technojobs.co.uk/python-jobs~ |
55 | | -# https://www.pythonjobshq.com/~ |
| 6 | +# See WEBSITE_DATABASE |
56 | 7 |
|
57 | 8 | import requests |
58 | 9 | import BeautifulSoup |
59 | 10 | import schedule |
60 | 11 | import time |
61 | 12 |
|
62 | 13 | # Globlas variables |
63 | | -WEBSITE_DATABASE = "website.pytome" |
| 14 | +WEBSITE_DATABASE = "./data/website.ptm" |
64 | 15 |
|
65 | 16 | def Presentation(): |
66 | 17 | print "-------------------------------------------------------" |
|
0 commit comments