One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
# -*- coding: utf-8 -*- | |
import scrapy | |
class RssScraperSpider(scrapy.Spider): | |
name = 'rss_scraper' | |
allowed_domains = ['examplenews.com'] | |
start_urls = ['http://examplenews.com/'] | |
def parse(self, response): |
@app.route('/city') | |
def search_city(): | |
API_KEY = 'your api key' # initialize your key here | |
city = request.args.get('q') # city name passed as argument | |
# call API and convert response into Python dictionary | |
url = f'http://api.openweathermap.org/data/2.5/weather?q={city}&APPID={API_KEY}' | |
response = requests.get(url).json() | |
# error like unknown city name, inavalid api key |
from flask import Flask | |
app = Flask(__name__) | |
@app.route('/') | |
def index(): | |
return '<h1>Welcome to weather app</h1>' | |
import requests | |
from flask import Flask, request | |
app = Flask(__name__) | |
@app.route('/city') | |
def search_city(): | |
API_KEY = 'your api key' # initialize your key here | |
city = request.args.get('q') # city name passed as argument |
https://vuejs.org/ | |
https://formspree.io/ | |
https://newsapi.org/ | |
https://betalist.com/ | |
https://startup.jobs/ | |
https://www.scrapingbee.com/ | |
https://explodingtopics.com/ | |
https://botlist.co/ | |
https://blog.scrapinghub.com/ | |
https://www.ordnancesurvey.co.uk/blog/ |
# -*- coding: utf-8 -*- | |
import scrapy | |
from scrapy import Request | |
class SofifaSpider(scrapy.Spider): | |
name = 'sofifa' | |
allowed_domains = ['sofifa.com'] | |
start_urls = ['https://sofifa.com/?col=oa&sort=desc&showCol%5B%5D=ae&showCol%5B%5D=hi&showCol%5B%5D=wi&showCol%5B%5D=pf&showCol%5B%5D=oa&showCol%5B%5D=pt&showCol%5B%5D=bo&showCol%5B%5D=bp&showCol%5B%5D=jt&showCol%5B%5D=vl&showCol%5B%5D=wg&showCol%5B%5D=rc&showCol%5B%5D=wk&showCol%5B%5D=sk&showCol%5B%5D=aw&showCol%5B%5D=dw&showCol%5B%5D=ir'] |
0-mail.com | |
007addict.com | |
020.co.uk | |
027168.com | |
0815.ru | |
0815.ru0clickemail.com | |
0815.ry | |
0815.su | |
0845.ru | |
0clickemail.com |