Git Product home page Git Product logo

twitter_spam-1's Introduction

設置方法

 1. サーバーにDjangoをインストールします。

 2. $ django-admin startproject reaju_bomb
 3. $ ./reaju_bomb/settings.pyの内容を適宜設定し、INSTALLED_APPSにreaju_bomb.rootを追加します。
    Sessionを使うので、Session周りの設定に留意してください。
 4. $ python ./reaju_bomb/manage.py syncdb

 5. このリポジトリーのrootディレクトリを./reaju_bombに移動します。
 6. https://dev.twitter.com/ でDeveloper登録をします。
 7. https://dev.twitter.com/apps/new でアプリケーションを新規登録して、ConsumerKeyとConsumerSecretを取得します。
 8. 7で獲得したConsumerKeyとConsumerSecretを、./reaju_bomb/root/consumer.pyにハードコーディングします。

 9. ./reaju_bomb/urls.pyを、このリポジトリーに含まれるurls.py に置換します。
10. $ python ./reaju_bomb/manage.py runserver localhost:9000 などとして、爆発させられるかテストします。
11. 公開します。

./reaju_bomb/root/views.pyのpost関数を適当に書き換えると、違う相手を爆発させたり、ひとりで楽しんだりできます。

twitter_spam-1's People

Contributors

yosida95 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.